Partager via


INFCTag Interface

Définition

Interface définissant les fonctionnalités communes de toutes les balises 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
Dérivé
Attributs
Implémente

Propriétés

Available

Obtient si la balise est disponible pour la lecture.

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)
Session

Obtient le NFCReaderSession qui a fourni la balise.

Type

Obtient le type de balise NFC.

Méthodes

Copy(NSZone)

Effectue une copie de l’objet Objective-C sous-jacent.

(Hérité de INSCopying)
EncodeTo(NSCoder)

Sérialise this dans .

(Hérité de INSCoding)

S’applique à