NFCFeliCaRequestServiceV2CompletionHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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