LBM .Net API Documentation
writeUByte Method (ba, pos, b)
Namespacescom.latencybusters.pdmPDMSerializerwriteUByte(array<Byte>[]()[], Int32, Byte)
Writes the unsigned byte (short) as 1 byte into the byte array at position
Declaration Syntax
C#
public virtual int writeUByte(
	byte[] ba,
	int pos,
	byte b
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
b (Byte)
the byte to write
Return Value
the updated position in the byte array after the write

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)