Table of Contents

Class UsbKey

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Represent a USB Key for a Driver.

[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)

Parameters

keyId long?

The key id.

serialNumber string

The serial number.