WakeOnLanInfo

data class WakeOnLanInfo(val macAddress: String? = null, val port: Int)

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

Constructors

Link copied to clipboard
constructor(macAddress: String? = null, port: Int)

Properties

Link copied to clipboard
val macAddress: String? = null

The MAC address of the device.

Link copied to clipboard
val port: Int

The wake-on-LAN port.