MifareApplicationIdentifier Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mifare application identifier as defined in https://www.nxp.com/docs/en/application-note/AN10787.pdf This identifies an application within a Mifare application directory. It is an unsigned 16-bit quantity (2 bytes, little-endian order) The high-order 8 bits identify the function cluster, and the low-order 8 bits define an application code within that cluster
public struct MifareApplicationIdentifier : IEquatable<Iot.Device.Card.Mifare.MifareApplicationIdentifier>
type MifareApplicationIdentifier = struct
Public Structure MifareApplicationIdentifier
Implements IEquatable(Of MifareApplicationIdentifier)
- Inheritance
-
MifareApplicationIdentifier
- Implements
Mifare |
Construct a MifareApplicationIdentifier from a sequence of bytes |
Mifare |
Construct a MifareApplicationIdentifier from an ushort |
Admin |
Identifies an additional directory sector This is currently unused, reserved for future cards |
Admin |
Identifies a sector containing cardholder information |
Admin |
Identifies a bad sector This sector cannot be used, e.g., because the sector trailer is not writeable or the authentication keys are unknown |
Admin |
Identifies an unallocated sector |
Admin |
Identifies that a sector does not exist This is used for entries in the directory that are beyond the end of the card, for example, sectors 32 through 39 of a 2K card |
Admin |
Identifies a reserved sector |
Application |
The application code for this application identifier (low-order 8 bits) |
Function |
The function cluster for this application identifier (high-order 8 bits) |
Is |
Indicates if this is an administrative application ID |
Copy |
Copy the MifareApplicationIdentifier to a sequence of bytes |
Equals(Mifare |
Equality comparison (MifareApplicationIdentifier) |
Equals(Object) |
Equality comparison (object) |
Get |
Get a hash code for this object |
To |
Convert to a string that represents the value in hexadecimal |
Equality(Mifare |
Equality operator |
Explicit(Mifare |
Convert a MifareApplicationIdentifier to a ushort |
Explicit(UInt16 to Mifare |
Convert a ushort to a MifareApplicationIdentifier |
Inequality(Mifare |
Inequality operator |
Produkto | Mga Bersyon |
---|---|
.NET IoT Libraries | 2.2.0 |