ISO15693RequestFlag - treastrain/TRETJapanNFCReader GitHub Wiki
public struct ISO15693RequestFlag: OptionSet, Codable
CaseIterable
, Codable
, OptionSet
public init(rawValue: UInt8)
os(iOS) && !targetEnvironment(macCatalyst)
-
@available(iOS 14.0, *) public init(from coreNFCInstance: CoreNFC.NFCISO15693RequestFlag)
public static var dualSubCarriers
public static var highDataRate
public static var protocolExtension
public static var select
public static var address
public static var option
public static var commandSpecificBit8
public let rawValue: UInt8
public static var allCases: [Self] = [
.dualSubCarriers,
.highDataRate,
.protocolExtension,
.select,
.address,
.option,
.commandSpecificBit8
]
@available(*, renamed: "ISO15693RequestFlag.address")
public static var RequestFlagAddress = Self.address
@available(*, renamed: "ISO15693RequestFlag.dualSubCarriers")
public static var RequestFlagDualSubCarriers = Self.dualSubCarriers
@available(*, renamed: "ISO15693RequestFlag.highDataRate")
public static var RequestFlagHighDataRate = Self.highDataRate
@available(*, renamed: "ISO15693RequestFlag.option")
public static var RequestFlagOption = Self.option
@available(*, renamed: "ISO15693RequestFlag.protocolExtension")
public static var RequestFlagProtocolExtension = Self.protocolExtension
@available(*, renamed: "ISO15693RequestFlag.select")
public static var RequestFlagSelect = Self.select