vrLib SDK Documentation
HandleResponse_CSR Method (addr, buf)
NamespacesVideoRay.CommunicationProtocol_PRO4_InterfaceAdapterHandleResponse_CSR(UInt32, array<Byte>[]()[])
Handler for standard CSR read responses
Declaration Syntax
C#Visual BasicVisual C++
public void HandleResponse_CSR(
	uint addr,
	byte[] buf
)
Public Sub HandleResponse_CSR ( _
	addr As UInteger, _
	buf As Byte() _
)
public:
virtual void HandleResponse_CSR(
	unsigned int addr, 
	array<unsigned char>^ buf
) sealed
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)