INFCMiFareTag
xamarinios
namespace CoreNFC
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "NFCMiFareTag", WrapperType = typeof(NFCMiFareTagWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SendMiFareCommand", ParameterBlockProxy = new[] { null, typeof(NIDActionArity2V8) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSData), typeof(Action<NSData, NSError>) }, Selector = "sendMiFareCommand:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SendMiFareIso7816Command", ParameterBlockProxy = new[] { null, typeof(NIDNFCIso7816SendCompletionHandler) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NFCIso7816Apdu), typeof(NFCIso7816SendCompletionHandler) }, Selector = "sendMiFareISO7816Command:completionHandler:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "mifareFamily", IsProperty = true, IsRequired = false, IsStatic = false, Name = "MifareFamily", PropertyType = typeof(NFCMiFareFamily), Selector = "mifareFamily")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "identifier", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Identifier", PropertyType = typeof(NSData), Selector = "identifier")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "historicalBytes", IsProperty = true, IsRequired = true, IsStatic = false, Name = "HistoricalBytes", PropertyType = typeof(NSData), Selector = "historicalBytes")]
public interface INFCMiFareTag : INFCNdefTag, INFCTag, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API