vrLib SDK Documentation
CSR_GetDataCopy Method (addr, length)
NamespacesVideoRay.CommunicationCSRCSR_GetDataCopy(UInt32, UInt32)
Get a copy of bytes in the CSR
Declaration Syntax
C#Visual BasicVisual C++
public byte[] CSR_GetDataCopy(
	uint addr,
	uint length
)
Public Function CSR_GetDataCopy ( _
	addr As UInteger, _
	length As UInteger _
) As Byte()
public:
array<unsigned char>^ CSR_GetDataCopy(
	unsigned int addr, 
	unsigned int length
)
Parameters
addr (UInt32)
Start address for copy
length (UInt32)
length of bytes to copy
Return Value
A copied subset of the CSR data

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)