Share via


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)

적용 대상