Return the DeviceType byte for a Reponse Packet
Note: Packet type and payload length checking is NOT done
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public byte DeviceType { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property DeviceType As Byte |
Visual C++ |
---|
public: property unsigned char DeviceType { unsigned char get (); } |