philh_myftp_biz.pc.hardware

Module Contents

Classes

Device

HardDrive

PCIeCard

VirtualDisk

API

class philh_myftp_biz.pc.hardware.Device

Initialization

property Connected: bool
property Name: str
class philh_myftp_biz.pc.hardware.HardDrive(Tower: str, Conn: str, ID: SupportsInt | SupportsIndex, SN: str)

Bases: philh_myftp_biz.pc.hardware.Device

Initialization

FriendlyName: str = None
Usage: str = None
static search() list[philh_myftp_biz.pc.hardware.HardDrive]
property Conn: str
property ID: int
property Index: int
property SN: str
property Tower: str
class philh_myftp_biz.pc.hardware.PCIeCard(Slot: SupportsInt | SupportsIndex, Lanes: SupportsInt | SupportsIndex = ...)

Bases: philh_myftp_biz.pc.hardware.Device

Initialization

property Lanes: int
property Slot: int
class philh_myftp_biz.pc.hardware.VirtualDisk(Name: str, Mount: str)

Bases: philh_myftp_biz.pc.hardware.Device

Initialization

Connected: bool = None
Repair() None
property Mount: str