![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <wakeonlaninfo.h>
Public Member Functions | |
| WakeOnLanInfo (qint32 port) | |
| WakeOnLanInfo (const WakeOnLanInfo &other) | |
| void | replaceData (WakeOnLanInfo &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | macAddress () const |
| Gets the MAC address of the device. | |
| void | setMacAddress (QString newMacAddress) |
| Gets the MAC address of the device. | |
| bool | macAddressNull () const |
| void | setMacAddressNull () |
| qint32 | port () const |
| Gets or sets the wake-on-LAN port. | |
| void | setPort (qint32 newPort) |
| Gets or sets the wake-on-LAN port. | |
Static Public Member Functions | |
| static WakeOnLanInfo | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_macAddress |
| qint32 | m_port |
| Jellyfin::DTO::WakeOnLanInfo::WakeOnLanInfo | ( | qint32 | port | ) |
| Jellyfin::DTO::WakeOnLanInfo::WakeOnLanInfo | ( | const WakeOnLanInfo & | other | ) |
|
static |
| QString Jellyfin::DTO::WakeOnLanInfo::macAddress | ( | ) | const |
Gets the MAC address of the device.
| bool Jellyfin::DTO::WakeOnLanInfo::macAddressNull | ( | ) | const |
| qint32 Jellyfin::DTO::WakeOnLanInfo::port | ( | ) | const |
Gets or sets the wake-on-LAN port.
| void Jellyfin::DTO::WakeOnLanInfo::replaceData | ( | WakeOnLanInfo & | other | ) |
Replaces the data being hold by this class with that of the other.
| void Jellyfin::DTO::WakeOnLanInfo::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::WakeOnLanInfo::setMacAddress | ( | QString | newMacAddress | ) |
Gets the MAC address of the device.
| void Jellyfin::DTO::WakeOnLanInfo::setMacAddressNull | ( | ) |
| void Jellyfin::DTO::WakeOnLanInfo::setPort | ( | qint32 | newPort | ) |
Gets or sets the wake-on-LAN port.
| QJsonObject Jellyfin::DTO::WakeOnLanInfo::toJson | ( | ) | const |
|
protected |
|
protected |