INFCTag 接口

定义

定义所有 NFC 标记的常见功能的接口。

[Foundation.Protocol(Name="NFCTag", WrapperType=typeof(CoreNFC.NFCTagWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INFCTag : Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
type INFCTag = interface
    interface INativeObject
    interface IDisposable
    interface INSCoding
    interface INSCopying
    interface INSSecureCoding
派生
属性
实现

属性

Available

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

Handle

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

(继承自 INativeObject)
Session

NFCReaderSession获取提供 标记的 。

Type

获取 NFC 标记的类型。

方法

Copy(NSZone)

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

(继承自 INSCopying)
EncodeTo(NSCoder)

this序列化为 。

(继承自 INSCoding)

适用于