TKSmartCardAtr.GetInterfaceGroup 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 |
|---|---|
| GetInterfaceGroup(TKSmartCardProtocol) | |
| GetInterfaceGroup(IntPtr) |
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
- protocol
- TKSmartCardProtocol
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