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#
public void HandleResponse_CSR(
	uint addr,
	byte[] buf
)
Visual Basic (Declaration)
Public Sub HandleResponse_CSR ( _
	addr As UInteger, _
	buf As Byte() _
)
Visual C++
public:
virtual void HandleResponse_CSR(
	unsigned int addr, 
	array<unsigned char>^ buf
) sealed

Parameters

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

Implements

Protocol_PRO4_IDevice..::.HandleResponse_CSR(UInt32, array<Byte>[]()[])

See Also