DeviceFamily
Enumerates broad families of devices and peripherals which may be connected to a given machine.
Content copied to clipboard
elide.machine.DeviceFamily
Entries
Properties
Link copied to clipboard
Describes accelerator devices.
Content copied to clipboard
ACCELERATOR = 3;
Link copied to clipboard
Describes block storage devices.
Content copied to clipboard
BLOCK_STORAGE = 1;
Link copied to clipboard
Indicates an unknown or unrecognized device family to this version of the protocol; should not be used by regular
code.
Content copied to clipboard
DEVICE_FAMILY_UNKNOWN = 0;
Link copied to clipboard
Describes network devices.
Content copied to clipboard
NETWORK = 2;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.