INFCTag Interface

Definition

Interface defining the common features of all NFC tags.

[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
Derived
Attributes
Implements

Properties

Available

Gets whether the tag is available for reading.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Session

Gets the NFCReaderSession that provided the tag.

Type

Gets the kind of NFC tag.

Methods

Copy(NSZone)

Performs a copy of the underlying Objective-C object.

(Inherited from INSCopying)
EncodeTo(NSCoder)

Serializes this to the .

(Inherited from INSCoding)

Applies to