xamarinios
namespace CoreNFC
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Register("NFCISO7816APDU", true)]
public class NFCIso7816Apdu : NSObject, INSCopying, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("initWithInstructionClass:instructionCode:p1Parameter:p2Parameter:data:expectedResponseLength:")]
public NFCIso7816Apdu(byte instructionClass, byte instructionCode, byte p1Parameter, byte p2Parameter, NSData! data, nint expectedResponseLength);
}
}
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. |