LBM .Net API Documentation
writeShort Method (ba, pos, s)
Namespacescom.latencybusters.pdmPDMSerializerwriteShort(array<Byte>[]()[], Int32, Int16)
* Writes the short as 2 bytes into the byte array at position
Declaration Syntax
C#
public virtual int writeShort(
	byte[] ba,
	int pos,
	short s
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
s (Int16)
the short 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)