LBM .Net API Documentation
writeByteArray Method (ba, pos, sourceByteArray)
Namespacescom.latencybusters.pdmPDMSerializerwriteByteArray(array<Byte>[]()[], Int32, array<Byte>[]()[])
Copies the source byte array into the byte array at position
Declaration Syntax
C#
public virtual int writeByteArray(
	byte[] ba,
	int pos,
	byte[] sourceByteArray
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
sourceByteArray (array< Byte >[]()[])
the source byte array
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)