Share via


TKSmartCardAtr.GetInterfaceGroup Method

Definition

Overloads

GetInterfaceGroup(TKSmartCardProtocol)

[Foundation.Export("interfaceGroupForProtocol:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CryptoTokenKit.TKSmartCardAtrInterfaceGroup? GetInterfaceGroup(CryptoTokenKit.TKSmartCardProtocol protocol);
[<Foundation.Export("interfaceGroupForProtocol:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetInterfaceGroup : CryptoTokenKit.TKSmartCardProtocol -> CryptoTokenKit.TKSmartCardAtrInterfaceGroup
override this.GetInterfaceGroup : CryptoTokenKit.TKSmartCardProtocol -> CryptoTokenKit.TKSmartCardAtrInterfaceGroup

Parameters

Returns

Attributes

Applies to

GetInterfaceGroup(IntPtr)

[Foundation.Export("interfaceGroupAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CryptoTokenKit.TKSmartCardAtrInterfaceGroup? GetInterfaceGroup(IntPtr index);
[<Foundation.Export("interfaceGroupAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetInterfaceGroup : nativeint -> CryptoTokenKit.TKSmartCardAtrInterfaceGroup
override this.GetInterfaceGroup : nativeint -> CryptoTokenKit.TKSmartCardAtrInterfaceGroup

Parameters

index
IntPtr

nativeint

Returns

Attributes

Applies to