Get a copy of bytes in the CSR

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public byte[] CSR_GetDataCopy(
	uint addr,
	uint length
)
Visual Basic (Declaration)
Public Function CSR_GetDataCopy ( _
	addr As UInteger, _
	length As UInteger _
) As Byte()
Visual C++
public:
array<unsigned char>^ CSR_GetDataCopy(
	unsigned int addr, 
	unsigned int length
)

Parameters

addr
Type: System..::.UInt32
Start address for copy
length
Type: System..::.UInt32
length of bytes to copy

Return Value

A copied subset of the CSR data

See Also