Select
public struct Select
Builders representing Select Command gemSpec_COS#14.2.6
-
Use case Select root of object system gemSpec_Cos#14.2.6.1
Declaration
Swift
public static func selectRoot() -> HealthCardCommand
-
Use cases Select root of object system requesting FCP gemSpec_Cos#4.2.6.2
Declaration
Swift
public static func selectRootRequestingFcp(expectedLength: Int) throws -> HealthCardCommand
-
Use cases Select file with Application Identifier gemSpec_Cos#14.2.6.5 + 14.2.6.7
Declaration
Swift
public static func selectFile(with aid: ApplicationIdentifier, next occurrence: Bool = false) -> HealthCardCommand
-
Use cases Select file with Application Identifier requesting FCP gemSpec_Cos#14.2.6.6 + 14.2.6.8
Declaration
Swift
public static func selectFileRequestingFcp(with aid: ApplicationIdentifier, expectedLength: Int, next occurrence: Bool = false) throws -> HealthCardCommand
-
Use case Select DF with File Identifier gemSpec_Cos#14.2.6.9
Declaration
Swift
public static func selectDf(with fid: FileIdentifier) -> HealthCardCommand
-
Use case Select DF with File Identifier gemSpec_Cos#14.2.6.10
Declaration
Swift
public static func selectDfRequestingFcp(with fid: FileIdentifier, expectedLength: Int) throws -> HealthCardCommand
-
Use case Select parent folder gemSpec_Cos#14.2.6.11
Declaration
Swift
public static func selectParent() -> HealthCardCommand
-
Use case Select parent folder requesting FCP gemSpec_Cos#14.2.6.12
Declaration
Swift
public static func selectParentRequestingFcp(expectedLength: Int) throws -> HealthCardCommand
-
Use cases Select EF with File Identifier gemSpec_Cos#14.2.6.13
Declaration
Swift
public static func selectEf(with fid: FileIdentifier) -> HealthCardCommand
-
Use case Select EF with File Identifier requesting FCP gemSpec_Cos#14.2.6.14
Declaration
Swift
public static func selectEfRequestingFcp(with fid: FileIdentifier, expectedLength: Int) throws -> HealthCardCommand