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