xamarinios
namespace CoreNFC
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "NFCFeliCaTag", WrapperType = typeof(NFCFeliCaTagWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Polling", ParameterBlockProxy = new[] { null, null, null, typeof(NIDNFCFeliCaPollingCompletionHandler) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSData), typeof(PollingRequestCode), typeof(PollingTimeSlot), typeof(NFCFeliCaPollingCompletionHandler) }, Selector = "pollingWithSystemCode:requestCode:timeSlot:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestService", ParameterBlockProxy = new[] { null, typeof(NIDActionArity2V42) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSData[]), typeof(Action<NSData[], NSError>) }, Selector = "requestServiceWithNodeCodeList:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestResponse", ParameterBlockProxy = new[] { typeof(NIDActionArity2V43) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Action<nint, NSError>) }, Selector = "requestResponseWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReadWithoutEncryption", ParameterBlockProxy = new[] { null, null, typeof(NIDNFCFeliCaReadWithoutEncryptionCompletionHandler) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSData[]), typeof(NSData[]), typeof(NFCFeliCaReadWithoutEncryptionCompletionHandler) }, Selector = "readWithoutEncryptionWithServiceCodeList:blockList:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "WriteWithoutEncryption", ParameterBlockProxy = new[] { null, null, null, typeof(NIDNFCFeliCaStatus1Status2CompletionHandler) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSData[]), typeof(NSData[]), typeof(NSData[]), typeof(NFCFeliCaStatus1Status2CompletionHandler) }, Selector = "writeWithoutEncryptionWithServiceCodeList:blockList:blockData:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestSystemCode", ParameterBlockProxy = new[] { typeof(NIDActionArity2V42) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Action<NSData[], NSError>) }, Selector = "requestSystemCodeWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestServiceV2", ParameterBlockProxy = new[] { null, typeof(NIDNFCFeliCaRequestServiceV2CompletionHandler) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSData[]), typeof(NFCFeliCaRequestServiceV2CompletionHandler) }, Selector = "requestServiceV2WithNodeCodeList:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestSpecificationVersion", ParameterBlockProxy = new[] { typeof(NIDNFCFeliCaRequestSpecificationVersionCompletionHandler) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NFCFeliCaRequestSpecificationVersionCompletionHandler) }, Selector = "requestSpecificationVersionWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ResetMode", ParameterBlockProxy = new[] { typeof(NIDNFCFeliCaStatus1Status2CompletionHandler) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NFCFeliCaStatus1Status2CompletionHandler) }, Selector = "resetModeWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Send", ParameterBlockProxy = new[] { null, typeof(NIDActionArity2V8) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSData), typeof(Action<NSData, NSError>) }, Selector = "sendFeliCaCommandPacket:completionHandler:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "currentSystemCode", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CurrentSystemCode", PropertyType = typeof(NSData), Selector = "currentSystemCode")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "currentIDm", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CurrentIdm", PropertyType = typeof(NSData), Selector = "currentIDm")]
public interface INFCFeliCaTag : INFCNdefTag, INFCTag, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("pollingWithSystemCode:requestCode:timeSlot:completionHandler:")]
[Preserve(Conditional = true)]
void Polling(NSData! systemCode, PollingRequestCode requestCode, PollingTimeSlot timeSlot, [BlockProxy(typeof(NIDNFCFeliCaPollingCompletionHandler))] NFCFeliCaPollingCompletionHandler! completionHandler);
}
}
Xamarin iOS | 0.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. |