RFIDCertificateType enum
Constructors
- RFIDCertificateType(int value)
-
const
Values
- UNDEFINED → const RFIDCertificateType
-
RFIDCertificateType(0)
- CSCA → const RFIDCertificateType
-
RFIDCertificateType(1)
- CSCA_LINK → const RFIDCertificateType
-
RFIDCertificateType(2)
- DS → const RFIDCertificateType
-
RFIDCertificateType(3)
- MLS → const RFIDCertificateType
-
RFIDCertificateType(4)
- DEV_LS → const RFIDCertificateType
-
RFIDCertificateType(5)
- DEF_LS → const RFIDCertificateType
-
RFIDCertificateType(6)
- BLS → const RFIDCertificateType
-
RFIDCertificateType(7)
- LDS2 → const RFIDCertificateType
-
RFIDCertificateType(8)
- BCS → const RFIDCertificateType
-
RFIDCertificateType(9)
- BCSNC → const RFIDCertificateType
-
RFIDCertificateType(10)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getByValue(
int? i) → RFIDCertificateType?
Constants
-
values
→ const List<
RFIDCertificateType> -
A constant List of the values in this enum, in order of their declaration.
[UNDEFINED, CSCA, CSCA_LINK, DS, MLS, DEV_LS, DEF_LS, BLS, LDS2, BCS, BCSNC]