Class UsbKey
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
[ReportClass]
public class UsbKey : Key, IEntity, IComparable, IIdentifiable, IDriverProvider
- Inheritance
-
UsbKey
- Implements
- Inherited Members
Constructors
UsbKey()
Initializes a new instance of the UsbKey class.Default constructor.
public UsbKey()
UsbKey(long?, string?)
Initializes a new instance of the UsbKey class.The constructor for a USB key.
public UsbKey(long? keyId, string? serialNumber)