slotNamed(_:)
Returns the Smart Card slot with a given name.
Declaration
func slotNamed(_ name: String) -> TKSmartCardSlot?Return Value
The slot with the specified name, or nil if no slot with that name exists.
Returns the Smart Card slot with a given name.
func slotNamed(_ name: String) -> TKSmartCardSlot?The slot with the specified name, or nil if no slot with that name exists.