vrLib SDK Documentation
HandleResponse_CSR Method (addr, buf)
NamespacesVideoRay.CommunicationProtocol_PRO4_IDeviceHandleResponse_CSR(UInt32, array<Byte>[]()[])
Handler for standard CSR read responses
Declaration Syntax
C#Visual BasicVisual C++
void HandleResponse_CSR(
	uint addr,
	byte[] buf
)
Sub HandleResponse_CSR ( _
	addr As UInteger, _
	buf As Byte() _
)
void HandleResponse_CSR(
	unsigned int addr, 
	array<unsigned char>^ buf
)
Parameters
addr (UInt32)
Starting Address for response data
buf (array< Byte >[]()[])
Response data

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