NFCIso15693Tag_Extensions
CustomCommand(INFCIso15693Tag, RequestFlag, nint, NSData, Action<NSData, NSError>)
ExtendedLockBlock(INFCIso15693Tag, RequestFlag, nint, Action<NSError>)
ExtendedReadMultipleBlocks(INFCIso15693Tag, RequestFlag, NSRange, Action<NSData[], NSError>)
ExtendedReadSingleBlock(INFCIso15693Tag, RequestFlag, nint, Action<NSData, NSError>)
ExtendedWriteSingleBlock(INFCIso15693Tag, RequestFlag, nint, NSData, Action<NSError>)
GetMultipleBlockSecurityStatus(INFCIso15693Tag, RequestFlag, NSRange, Action<NSNumber[], NSError>)
GetSystemInfo(INFCIso15693Tag, RequestFlag, NFCGetSystemInfoCompletionHandler)
LockAfi(INFCIso15693Tag, RequestFlag, Action<NSError>)
LockBlock(INFCIso15693Tag, RequestFlag, Byte, Action<NSError>)
LockDfsi(INFCIso15693Tag, RequestFlag, Action<NSError>)
ReadMultipleBlocks(INFCIso15693Tag, RequestFlag, NSRange, Action<NSData[], NSError>)
ReadSingleBlock(INFCIso15693Tag, RequestFlag, Byte, Action<NSData, NSError>)
ResetToReady(INFCIso15693Tag, RequestFlag, Action<NSError>)
Select(INFCIso15693Tag, RequestFlag, Action<NSError>)
StayQuiet(INFCIso15693Tag, Action<NSError>)
WriteAfi(INFCIso15693Tag, RequestFlag, Byte, Action<NSError>)
WriteDsfi(INFCIso15693Tag, RequestFlag, Byte, Action<NSError>)
WriteMultipleBlocks(INFCIso15693Tag, RequestFlag, NSRange, NSData[], Action<NSError>)
WriteSingleBlock(INFCIso15693Tag, RequestFlag, Byte, NSData, Action<NSError>)
xamarinios
namespace CoreNFC
{
public static class NFCIso15693Tag_Extensions
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
public static void WriteAfi(this INFCIso15693Tag! This, RequestFlag flags, byte afi, [BlockProxy(typeof(NIDActionArity1V0))] Action<NSError!>! 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. |
- Built-in API
- Package-provided API