C# Class X13.Periphery.MsDevice.MsGUdp

Inheritance: IMsGate
Afficher le fichier Open project: X13home/X13.Host

Méthodes publiques

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

Méthode Description
MsGUdp ( ) : System
ReceiveCallback ( IAsyncResult ar ) : void
SendAdv ( object o ) : void

Method Details

AddNode() public méthode

public AddNode ( MsDevice dev ) : void
dev MsDevice
Résultat void

Addr2If() public méthode

public Addr2If ( byte addr ) : string
addr byte
Résultat string

Close() public static méthode

public static Close ( ) : void
Résultat void

Open() public static méthode

public static Open ( ) : void
Résultat void

RemoveNode() public méthode

public RemoveNode ( MsDevice dev ) : void
dev MsDevice
Résultat void

SendGw() public méthode

public SendGw ( MsDevice dev, MsMessage msg ) : void
dev MsDevice
msg MsMessage
Résultat void

SendGw() public méthode

public SendGw ( byte arr, MsMessage msg ) : void
arr byte
msg MsMessage
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void