Handler for device specific responses

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

Syntax

C#
bool HandleResponse_DeviceSpecific(
	int responseTypeId,
	byte[] buf
)
Visual Basic (Declaration)
Function HandleResponse_DeviceSpecific ( _
	responseTypeId As Integer, _
	buf As Byte() _
) As Boolean
Visual C++
bool HandleResponse_DeviceSpecific(
	int responseTypeId, 
	array<unsigned char>^ buf
)

Parameters

responseTypeId
Type: System..::.Int32
An ID indicating the type of the device specifc response
buf
Type: array< System..::.Byte >[]()[]
Response data

See Also