共用方式為


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)

適用於