interfaceGroup(for:)
Returns the interface group with the specified protocol.
Declaration
func interfaceGroup(for protocol: TKSmartCardProtocol) -> TKSmartCardATR.InterfaceGroup?Parameters
- protocol:
The protocol used by the desired interface group.
Return Value
The interface group with the specified protocol, or nil if none exists.