Table of Contents

Class CustomNfcKey

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

The class that represents NFC type key.

public class CustomNfcKey : Key, IEntity, IComparable, IIdentifiable, IDriverProvider
Inheritance
CustomNfcKey
Implements
Inherited Members

Constructors

CustomNfcKey()

Initializes a new instance of the CustomNfcKey class.Default constructor.

public CustomNfcKey()

CustomNfcKey(long?, string)

Initializes a new instance of the CustomNfcKey class.The constructor for NFC type key.

public CustomNfcKey(long? keyId, string serialNumber)

Parameters

keyId long?

The key Id.

serialNumber string

The key serial Number.

Fields

Offset

The default offset of NFC serial no.

public const long Offset = 0

Field Value

long

UpperBound

The upper bound of valid NFC hardware id.

public const long UpperBound = 72057594037927940

Field Value

long