Get the Device Type
Namespace:
VideoRayAssembly: 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: virtual property unsigned char DeviceType { unsigned char get () sealed; } |