C# Class WakeOnLanAction.UdpClientExt

Inheritance: System.Net.Sockets.UdpClient
Afficher le fichier Open project: noant/Pyrite

Méthodes publiques

Свойство Type Description
StandartWOLTryCount ushort
StandartWakeOnLanPort ushort

Méthodes publiques

Méthode 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 méthode

public static SendWakeOnLan ( byte macAddress ) : void
macAddress byte
Résultat void

SendWakeOnLan() public static méthode

public static SendWakeOnLan ( byte macAddress, ushort tryCnt, ushort port ) : void
macAddress byte
tryCnt ushort
port ushort
Résultat void

SendWakeOnLan() public static méthode

public static SendWakeOnLan ( string macAddress ) : void
macAddress string
Résultat void

SendWakeOnLan() public static méthode

public static SendWakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void
macAddress string
tryCnt ushort
port ushort
Résultat void

SetClientToBrodcastMode() public méthode

public SetClientToBrodcastMode ( ) : void
Résultat void

UdpClientExt() public méthode

public UdpClientExt ( ) : System
Résultat System

WakeOnLan() public méthode

public WakeOnLan ( byte macAddress ) : void
macAddress byte
Résultat void

WakeOnLan() public méthode

public WakeOnLan ( byte macAddress, ushort tryCnt, ushort port ) : void
macAddress byte
tryCnt ushort
port ushort
Résultat void

WakeOnLan() public méthode

public WakeOnLan ( string macAddress ) : void
macAddress string
Résultat void

WakeOnLan() public méthode

public WakeOnLan ( string macAddress, ushort tryCnt, ushort port ) : void
macAddress string
tryCnt ushort
port ushort
Résultat void

Property Details

StandartWOLTryCount public_oe static_oe property

public static ushort StandartWOLTryCount
Résultat ushort

StandartWakeOnLanPort public_oe static_oe property

public static ushort StandartWakeOnLanPort
Résultat ushort