TKSmartCard.Send Method
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.
Overloads
| Name | Description |
|---|---|
| Send(Byte, Byte, Byte, NSData, NSNumber, TKSmartCardSendCallback) | |
| Send(Byte, Byte, Byte, NSData, NSNumber, UInt16, NSError) |
Send(Byte, Byte, Byte, NSData, NSNumber, TKSmartCardSendCallback)
[Foundation.Export("sendIns:p1:p2:data:le:reply:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Send(byte ins, byte p1, byte p2, Foundation.NSData? requestData, Foundation.NSNumber? le, CryptoTokenKit.TKSmartCardSendCallback reply);
[<Foundation.Export("sendIns:p1:p2:data:le:reply:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Send : byte * byte * byte * Foundation.NSData * Foundation.NSNumber * CryptoTokenKit.TKSmartCardSendCallback -> unit
override this.Send : byte * byte * byte * Foundation.NSData * Foundation.NSNumber * CryptoTokenKit.TKSmartCardSendCallback -> unit
Parameters
- ins
- Byte
- p1
- Byte
- p2
- Byte
- requestData
- NSData
- le
- NSNumber
- reply
- TKSmartCardSendCallback
- Attributes
Applies to
Send(Byte, Byte, Byte, NSData, NSNumber, UInt16, NSError)
[Foundation.Export("sendIns:p1:p2:data:le:sw:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSData? Send(byte ins, byte p1, byte p2, Foundation.NSData? requestData, Foundation.NSNumber? le, out ushort sw, out Foundation.NSError? error);
[<Foundation.Export("sendIns:p1:p2:data:le:sw:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Send : byte * byte * byte * Foundation.NSData * Foundation.NSNumber * uint16 * NSError -> Foundation.NSData
override this.Send : byte * byte * byte * Foundation.NSData * Foundation.NSNumber * uint16 * NSError -> Foundation.NSData
Parameters
- ins
- Byte
- p1
- Byte
- p2
- Byte
- requestData
- NSData
- le
- NSNumber
- sw
- UInt16
- error
- NSError
Returns
- Attributes