C# 클래스 WakeOnLanAction.UdpClientExt

상속: System.Net.Sockets.UdpClient
파일 보기 프로젝트 열기: noant/Pyrite

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

SendWakeOnLan() 공개 정적인 메소드

public static SendWakeOnLan ( byte macAddress ) : void
macAddress byte
리턴 void

SendWakeOnLan() 공개 정적인 메소드

public static SendWakeOnLan ( byte macAddress, ushort tryCnt, ushort port ) : void
macAddress byte
tryCnt ushort
port ushort
리턴 void

SendWakeOnLan() 공개 정적인 메소드

public static SendWakeOnLan ( string macAddress ) : void
macAddress string
리턴 void

SendWakeOnLan() 공개 정적인 메소드

public static SendWakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void
macAddress string
tryCnt ushort
port ushort
리턴 void

SetClientToBrodcastMode() 공개 메소드

public SetClientToBrodcastMode ( ) : void
리턴 void

UdpClientExt() 공개 메소드

public UdpClientExt ( ) : System
리턴 System

WakeOnLan() 공개 메소드

public WakeOnLan ( byte macAddress ) : void
macAddress byte
리턴 void

WakeOnLan() 공개 메소드

public WakeOnLan ( byte macAddress, ushort tryCnt, ushort port ) : void
macAddress byte
tryCnt ushort
port ushort
리턴 void

WakeOnLan() 공개 메소드

public WakeOnLan ( string macAddress ) : void
macAddress string
리턴 void

WakeOnLan() 공개 메소드

public WakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void
macAddress string
tryCnt ushort
port ushort
리턴 void

프로퍼티 상세

StandartWOLTryCount 공개적으로 정적으로 프로퍼티

public static ushort StandartWOLTryCount
리턴 ushort

StandartWakeOnLanPort 공개적으로 정적으로 프로퍼티

public static ushort StandartWakeOnLanPort
리턴 ushort