Handles the response_ device specific.
Declaration Syntax
public bool HandleResponse_DeviceSpecific(
int responseTypeId,
byte[] payload
)
Public Function HandleResponse_DeviceSpecific ( _
responseTypeId As Integer, _
payload As Byte() _
) As Boolean
public:
virtual bool HandleResponse_DeviceSpecific(
int responseTypeId,
array<unsigned char>^ payload
) sealed
Parameters
- responseTypeId (Int32)
- The response type id.
- payload (array<
Byte
>[]()[])
- The payload.
Return Value
Assembly:
vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)