Provides the MAC address and port for wake-on-LAN functionality.

WakeOnLanInfo

interface WakeOnLanInfo {
    MacAddress?: null | string;
    Port?: number;
}

Properties

Properties

MacAddress?: null | string

Gets the MAC address of the device.

WakeOnLanInfo

Port?: number

Gets or sets the wake-on-LAN port.

WakeOnLanInfo