C# Class WakeOnLanAction.UdpClientExt

Inheritance: System.Net.Sockets.UdpClient
ファイルを表示 Open project: noant/Pyrite

Public Properties

Property Type Description
StandartWOLTryCount ushort
StandartWakeOnLanPort ushort

Public Methods

Method Description
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

Method Details

SendWakeOnLan() public static method

public static SendWakeOnLan ( byte macAddress ) : void
macAddress byte
return void

SendWakeOnLan() public static method

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

SendWakeOnLan() public static method

public static SendWakeOnLan ( string macAddress ) : void
macAddress string
return void

SendWakeOnLan() public static method

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

SetClientToBrodcastMode() public method

public SetClientToBrodcastMode ( ) : void
return void

UdpClientExt() public method

public UdpClientExt ( ) : System
return System

WakeOnLan() public method

public WakeOnLan ( byte macAddress ) : void
macAddress byte
return void

WakeOnLan() public method

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

WakeOnLan() public method

public WakeOnLan ( string macAddress ) : void
macAddress string
return void

WakeOnLan() public method

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

Property Details

StandartWOLTryCount public_oe static_oe property

public static ushort StandartWOLTryCount
return ushort

StandartWakeOnLanPort public_oe static_oe property

public static ushort StandartWakeOnLanPort
return ushort