EM1KeyType

enum EM1KeyType : Enum<EM1KeyType>

Contém opções de tipo de autenticação NFC.

Entries

Link copied to clipboard

Tipo A de autenticação.

Link copied to clipboard

Tipo B de autenticação.

Properties

Link copied to clipboard
val value: Byte

Valor em bytes do tipo de autenticação.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard
fun valueOf(value: String): EM1KeyType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<EM1KeyType>

Returns an array containing the constants of this enum type, in the order they're declared.