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

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