Instance Propertynmggithub.kass 3.2.4MachCore
name
The name of the ATM command, if it can be determined.
- macOS
- obsoleted
let name: String?
The name of the ATM command, if it can be determined.
let name: String?
s8MachCore0A0V32VoucherATMAttributeRecipeCommandV4nameSSSgvp
What are these?90PVQ
import MachCore
The core module for interacting with the Mach kernel.
struct VoucherATMAttributeRecipeCommand
An ATM voucher attribute recipe command.
struct Mach
The Mach kernel.
@frozen struct String
A Unicode string value that is a collection of characters.
init(name: String?, rawValue: mach_voucher_attr_recipe_command_t)
Represents an ATM command with an optional name.
static let allCases: [`Self`]
All known ATM commands.
static let create: Mach.VoucherATMAttributeRecipeCommand
static let null: Mach.VoucherATMAttributeRecipeCommand
static let register: Mach.VoucherATMAttributeRecipeCommand
let rawValue: mach_voucher_attr_recipe_command_t
The raw value of the ATM command.