INFCIso15693Tag 接口

定义

实现 INFCTag 与 ISO-15693 邻近卡关联的数据。

[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
属性
实现

属性

Available

获取标记是否可用于读取。

(继承自 INFCTag)
Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
IcManufacturerCode

制造商,如 ISO-7816-6 中定义。

IcSerialNumber

获取标记的序列号,作为 NSData

Identifier

获取标记的标识符,作为 NSData

Session

NFCReaderSession获取提供 标记的 。

(继承自 INFCTag)
Type

获取 NFC 标记的类型。

(继承自 INFCTag)

方法

Copy(NSZone)

执行基础 Objective-C 对象的副本。

(继承自 INSCopying)
EncodeTo(NSCoder)

this序列化为 。

(继承自 INSCoding)
ReadMultipleBlocks(NFCIso15693ReadMultipleBlocksConfiguration, Action<NSData,NSError>)

实现 INFCTag 与 ISO-15693 邻近卡关联的数据。

SendCustomCommand(NFCIso15693CustomCommandConfiguration, Action<NSData,NSError>)

实现 INFCTag 与 ISO-15693 邻近卡关联的数据。

适用于