DeviceProperties Class

List of properties of the device.

Constructor

DeviceProperties(*args: Any, **kwargs: Any)

Variables

Name Description
device_vendor
str

Name of the device Vendor.

device_model
str

Model of the device.

link_speed_in_mbps
int

Link speed.

Attributes

device_model

Model of the device.

device_model: str | None

device_vendor

Name of the device Vendor.

device_vendor: str | None

Link speed.

link_speed_in_mbps: int | None