LBM .Net API Documentation
readByteArray Method (ba, pos, destByteArray, copyLen)
Namespacescom.latencybusters.pdmPDMDeserializerreadByteArray(array<Byte>[]()[], Int32, array<Byte>[]()[], Int32)
Copies bytes from the source byte array (ba) into the destination byte array
Declaration Syntax
C#
public virtual void readByteArray(
	byte[] ba,
	int pos,
	byte[] destByteArray,
	int copyLen
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the position to start reading
destByteArray (array< Byte >[]()[])
the destination byte array
copyLen (Int32)
the number of bytes to copy

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