Share via


NFCFeliCaRequestServiceV2CompletionHandler Delegate

Definition

public delegate void NFCFeliCaRequestServiceV2CompletionHandler(IntPtr statusFlag1, IntPtr statusFlag2, NFCFeliCaEncryptionId encryptionIdentifier, NSData[] nodeKeyVersionListAes, NSData[] nodeKeyVersionListDes, NSError? error);
type NFCFeliCaRequestServiceV2CompletionHandler = delegate of nativeint * nativeint * NFCFeliCaEncryptionId * NSData[] * NSData[] * NSError -> unit

Parameters

statusFlag1
IntPtr

nativeint

statusFlag2
IntPtr

nativeint

encryptionIdentifier
NFCFeliCaEncryptionId
nodeKeyVersionListAes
NSData[]
nodeKeyVersionListDes
NSData[]
error
NSError

Applies to