Prototype

Class: Driver_variant

UNSUPPORTED. Variant of a host driver

Fields

Prototype
Host_driver ref driver [RO/runtime]
Prototype
bool hardware_present [RO/runtime]
Prototype
string name [RO/runtime]
Prototype
float priority [RO/runtime]
Prototype
string status [RO/runtime]
Prototype
string uuid [RO/runtime]
Prototype
string version [RO/runtime]

Messages

Prototype
Driver_variant ref set get_all (session ref)
Prototype
(Driver_variant ref → Driver_variant record) map get_all_records (session ref)
Prototype
Driver_variant ref get_by_uuid (session ref, string)
Prototype
Host_driver ref get_driver (session ref, Driver_variant ref)
Prototype
bool get_hardware_present (session ref, Driver_variant ref)
Prototype
string get_name (session ref, Driver_variant ref)
Prototype
float get_priority (session ref, Driver_variant ref)
Prototype
Driver_variant record get_record (session ref, Driver_variant ref)
Prototype
string get_status (session ref, Driver_variant ref)
Prototype
string get_uuid (session ref, Driver_variant ref)
Prototype
string get_version (session ref, Driver_variant ref)
Prototype
void select (session ref, Driver_variant ref)