LBM .Net API Documentation
writeBoolean Method (ba, pos, b)
Namespacescom.latencybusters.pdmPDMSerializerwriteBoolean(array<Byte>[]()[], Int32, Boolean)
Writes the boolean as 1 byte into the byte array at position
Declaration Syntax
C#
public virtual int writeBoolean(
	byte[] ba,
	int pos,
	bool b
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
b (Boolean)
the bool 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)