LBM .Net API Documentation
readByteArray Method (ba, pos, length)
Namespacescom.latencybusters.pdmPDMDeserializerreadByteArray(array<Byte>[]()[], Int32, Int32)
Creates a new byte array from the source byte array (ba) at position for the given length
Declaration Syntax
C#
public virtual byte[] readByteArray(
	byte[] ba,
	int pos,
	int length
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the position to start reading
length (Int32)
the length in bytes to copy
Return Value
the new byte array

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