Handler for standard CSR read responses

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

Syntax

C#
void HandleResponse_CSR(
	uint addr,
	byte[] buf
)
Visual Basic (Declaration)
Sub HandleResponse_CSR ( _
	addr As UInteger, _
	buf As Byte() _
)
Visual C++
void HandleResponse_CSR(
	unsigned int addr, 
	array<unsigned char>^ buf
)

Parameters

addr
Type: System..::.UInt32
Starting Address for response data
buf
Type: array< System..::.Byte >[]()[]
Response data

See Also