vrLib SDK Documentation
HandleResponse_DeviceSpecific Method (responseTypeId, buf)
NamespacesVideoRay.CommunicationProtocol_PRO4_IDeviceHandleResponse_DeviceSpecific(Int32, array<Byte>[]()[])
Handler for device specific responses
Declaration Syntax
C#Visual BasicVisual C++
bool HandleResponse_DeviceSpecific(
	int responseTypeId,
	byte[] buf
)
Function HandleResponse_DeviceSpecific ( _
	responseTypeId As Integer, _
	buf As Byte() _
) As Boolean
bool HandleResponse_DeviceSpecific(
	int responseTypeId, 
	array<unsigned char>^ buf
)
Parameters
responseTypeId (Int32)
An ID indicating the type of the device specifc response
buf (array< Byte >[]()[])
Response data

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