Class Device

Class Documentation

class Device

Use PeelApp.newDevice() to create an instance.

See peel_devices.PeelDeviceBase.device_ref()

Public Members

int deviceId

Unique id for the device.

int pluginId

-1 or the id of the plugin device

QString name

Name of the device, for display in the ui.

QString status

Current status of teh device, ONLINE, OFFLINE, RECORDING or ERROR.

QString info

Info for the device, for display in the ui.

bool enabled

True if the defice is enabled.

QStringList takes

List of takes the device has captured, used by the main ui to show file counts.