Share via


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 주변 카드와 연결된 데이터를 사용하여 구현합니다.

적용 대상