INFCIso15693Tag Interface

Definition

Implements INFCTag with data associated with an ISO-15693 vicinity card.

[Foundation.Protocol(Name="NFCISO15693Tag", WrapperType=typeof(CoreNFC.NFCIso15693TagWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INFCIso15693Tag : CoreNFC.INFCTag, IDisposable
type INFCIso15693Tag = interface
    interface INativeObject
    interface IDisposable
    interface INFCTag
    interface INSCoding
    interface INSCopying
    interface INSSecureCoding
Attributes
Implements

Properties

Available

Gets whether the tag is available for reading.

(Inherited from INFCTag)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
IcManufacturerCode

Manufacturer, as defined in ISO-7816-6.

IcSerialNumber

Gets the serial number of the tag, as NSData.

Identifier

Gets the identifier of the tag, as NSData.

Session

Gets the NFCReaderSession that provided the tag.

(Inherited from INFCTag)
Type

Gets the kind of NFC tag.

(Inherited from INFCTag)

Methods

Copy(NSZone)

Performs a copy of the underlying Objective-C object.

(Inherited from INSCopying)
EncodeTo(NSCoder)

Serializes this to the .

(Inherited from INSCoding)
ReadMultipleBlocks(NFCIso15693ReadMultipleBlocksConfiguration, Action<NSData,NSError>)
SendCustomCommand(NFCIso15693CustomCommandConfiguration, Action<NSData,NSError>)

Applies to