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 近傍カードに関連付けられているデータを実装します。

適用対象