Handler for device specific responses
Declaration Syntax
public bool HandleResponse_DeviceSpecific(
int responseTypeId,
byte[] buf
)
Public Function HandleResponse_DeviceSpecific ( _
responseTypeId As Integer, _
buf As Byte() _
) As Boolean
public:
virtual bool HandleResponse_DeviceSpecific(
int responseTypeId,
array<unsigned char>^ buf
) sealed
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)