Compartir a través de


INFCTag Interfaz

Definición

Interfaz que define las características comunes de todas las etiquetas 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
Derivado
Atributos
Implementaciones

Propiedades

Available

Obtiene si la etiqueta está disponible para su lectura.

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)
Session

Obtiene el NFCReaderSession objeto que proporcionó la etiqueta .

Type

Obtiene el tipo de etiqueta NFC.

Métodos

Copy(NSZone)

Realiza una copia del objeto Objective-C subyacente.

(Heredado de INSCopying)
EncodeTo(NSCoder)

Serializa this en .

(Heredado de INSCoding)

Se aplica a