C# Class X13.Periphery.MsDevice.MsGUdp

Inheritance: IMsGate
显示文件 Open project: X13home/X13.Host

Public Methods

Method Description
AddNode ( MsDevice dev ) : void
Addr2If ( byte addr ) : string
Close ( ) : void
Open ( ) : void
RemoveNode ( MsDevice dev ) : void
SendGw ( MsDevice dev, MsMessage msg ) : void
SendGw ( byte arr, MsMessage msg ) : void
Stop ( ) : void

Private Methods

Method Description
MsGUdp ( ) : System
ReceiveCallback ( IAsyncResult ar ) : void
SendAdv ( object o ) : void

Method Details

AddNode() public method

public AddNode ( MsDevice dev ) : void
dev MsDevice
return void

Addr2If() public method

public Addr2If ( byte addr ) : string
addr byte
return string

Close() public static method

public static Close ( ) : void
return void

Open() public static method

public static Open ( ) : void
return void

RemoveNode() public method

public RemoveNode ( MsDevice dev ) : void
dev MsDevice
return void

SendGw() public method

public SendGw ( MsDevice dev, MsMessage msg ) : void
dev MsDevice
msg MsMessage
return void

SendGw() public method

public SendGw ( byte arr, MsMessage msg ) : void
arr byte
msg MsMessage
return void

Stop() public method

public Stop ( ) : void
return void