Свойство | Тип | Описание | |
---|---|---|---|
StandartWOLTryCount | ushort | ||
StandartWakeOnLanPort | ushort |
Метод | Описание | |
---|---|---|
SendWakeOnLan ( byte macAddress ) : void | ||
SendWakeOnLan ( byte macAddress, ushort tryCnt, ushort port ) : void | ||
SendWakeOnLan ( string macAddress ) : void | ||
SendWakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void | ||
SetClientToBrodcastMode ( ) : void | ||
UdpClientExt ( ) : System | ||
WakeOnLan ( byte macAddress ) : void | ||
WakeOnLan ( byte macAddress, ushort tryCnt, ushort port ) : void | ||
WakeOnLan ( string macAddress ) : void | ||
WakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void |
public static SendWakeOnLan ( byte macAddress ) : void | ||
macAddress | byte | |
Результат | void |
public static SendWakeOnLan ( byte macAddress, ushort tryCnt, ushort port ) : void | ||
macAddress | byte | |
tryCnt | ushort | |
port | ushort | |
Результат | void |
public static SendWakeOnLan ( string macAddress ) : void | ||
macAddress | string | |
Результат | void |
public static SendWakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void | ||
macAddress | string | |
tryCnt | ushort | |
port | ushort | |
Результат | void |
public WakeOnLan ( byte macAddress ) : void | ||
macAddress | byte | |
Результат | void |
public WakeOnLan ( byte macAddress, ushort tryCnt, ushort port ) : void | ||
macAddress | byte | |
tryCnt | ushort | |
port | ushort | |
Результат | void |
public WakeOnLan ( string macAddress ) : void | ||
macAddress | string | |
Результат | void |
public WakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void | ||
macAddress | string | |
tryCnt | ushort | |
port | ushort | |
Результат | void |
public static ushort StandartWOLTryCount | ||
Результат | ushort |