LBM .Net API Documentation
writeByte Method (byteArr, pos, b)
Namespacescom.latencybusters.pdmPDMSerializerwriteByte(array<Byte>[]()[], Int32, SByte)
Writes the byte as 1 byte into the byte array at position
Declaration Syntax
C#
public virtual int writeByte(
	byte[] byteArr,
	int pos,
	sbyte b
)
Parameters
byteArr (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
b (SByte)
the sbyte 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)