C# Class WakeOnLanAction.LANHelper

ファイルを表示 Open project: noant/Pyrite

Public Properties

Property Type Description
StandartIpBase byte[]

Public Methods

Method Description
ListAllHosts ( byte ipBase, Action itemCallback ) : void

Private Methods

Method Description
GetMacAddress ( System address, Action callback ) : void
SendArp ( Int32 destIpAddress, Int32 srcIpAddress, byte macAddress, Int32 &macAddressLength ) : Int32

Method Details

ListAllHosts() public static method

public static ListAllHosts ( byte ipBase, Action itemCallback ) : void
ipBase byte
itemCallback Action
return void

Property Details

StandartIpBase public_oe static_oe property

public static byte[] StandartIpBase
return byte[]