Instance Propertymadmachineio.swiftio 0.1.0SwiftIO
rawValue
FileDescriptor.swift:535var rawValue: UInt8
var rawValue: UInt8
s7SwiftIO14FileDescriptorV11OpenOptionsV8rawValues5UInt8Vvp
What are these?320NU
import SwiftIO
The SwiftIO library allows you to access and control the hardware in an easy way.
struct OpenOptions
Options that specify behavior for a newly-opened file.
struct FileDescriptor
The FileDescriptor struct is used to perform low-level file operations.
@frozen struct UInt8
An 8-bit unsigned integer value type.
init(rawValue: UInt8)
static var append: OpenOptions { get }
Indicates that each write operation appends to the file.
static var create: OpenOptions { get }
Indicates that opening the file creates the file if it doesn’t exist.