Get the Device Type
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual byte DeviceType { get; set; }
Public Overridable Property DeviceType As Byte
public: virtual property unsigned char DeviceType { unsigned char get (); void set (unsigned char value); }