Static Propertynmggithub.kass 3.2.4MachCore
sendPreprocess
AttributeRecipe.swift:45static let sendPreprocess: Mach.VoucherBaseAttributeRecipeCommand
static let sendPreprocess: Mach.VoucherBaseAttributeRecipeCommand
s8MachCore0A0V33VoucherBaseAttributeRecipeCommandV14sendPreprocessAEvpZ
What are these?7EICN
import MachCore
The core module for interacting with the Mach kernel.
struct VoucherBaseAttributeRecipeCommand
A base voucher attribute recipe command.
struct Mach
The Mach kernel.
init(name: String?, rawValue: mach_voucher_attr_recipe_command_t)
Represents a base command with an optional name.
static let allCases: [`Self`]
All known base commands.
static let autoRedeem: Mach.VoucherBaseAttributeRecipeCommand
static let copy: Mach.VoucherBaseAttributeRecipeCommand
static let noop: Mach.VoucherBaseAttributeRecipeCommand
static let redeem: Mach.VoucherBaseAttributeRecipeCommand
static let remove: Mach.VoucherBaseAttributeRecipeCommand
static let setValueHandle: Mach.VoucherBaseAttributeRecipeCommand
let name: String?
The name of the base command, if it can be determined.
let rawValue: mach_voucher_attr_recipe_command_t
The raw value of the base command.