Click or drag to resize

DeviceUID Class

Include Vendor Code, Model Number, Version and Serial Number.
Inheritance Hierarchy
SystemObject
  AC908_SDKDeviceUID

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class DeviceUID

The DeviceUID type exposes the following members.

Constructors
  NameDescription
Public methodDeviceUID
Initializes a new instance of the DeviceUID class
Top
Properties
  NameDescription
Public propertyModelNumber
The number for the device model
Public propertySerialNumber
The serial number for the device.
Public propertyVendorCode
The code for vendor. The value fixed to (8C,4A,EE).
Public propertyVersion
The version for the device.
Top
Methods
See Also