프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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, ushort tryCnt, ushort port ) : void | ||
macAddress | byte | |
tryCnt | ushort | |
port | ushort | |
리턴 | void |
public WakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void | ||
macAddress | string | |
tryCnt | ushort | |
port | ushort | |
리턴 | void |