Handles the response_ device specific.
Namespace:
VideoRayAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public bool HandleResponse_DeviceSpecific( int responseTypeId, byte[] payload ) |
Visual Basic (Declaration) |
---|
Public Function HandleResponse_DeviceSpecific ( _ responseTypeId As Integer, _ payload As Byte() _ ) As Boolean |
Visual C++ |
---|
public: virtual bool HandleResponse_DeviceSpecific( int responseTypeId, array<unsigned char>^ payload ) sealed |
Parameters
- responseTypeId
- Type: System..::.Int32
The response type id.
- payload
- Type: array<
System..::.Byte
>[]()[]
The payload.