Class WakeOnLanInfo
Inheritance
System.Object
WakeOnLanInfo
Namespace: MediaBrowser.Model.System
Assembly: MediaBrowser.Model.dll
Syntax
public class WakeOnLanInfo
Properties
BroadcastAddress
Declaration
public string BroadcastAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MacAddress
Declaration
public string MacAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |