C# Class TSystems.RELOAD.ForwardAndLinkManagement.ForwardingLayer

Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Méthode Description
ForwardingLayer ( System.Machine machine ) : System
ProcessMsg ( ReloadMessage reloadMsg ) : bool

Checks if a inbound message must be forwarded Returns true, if it will be forwarded

Private Methods

Méthode Description
handleInterdomainMessage ( ReloadMessage reloadMsg ) : bool

Checks if a inbound message contains inter-domain routing information Returns true, if it will be forwarded

Method Details

ForwardingLayer() public méthode

public ForwardingLayer ( System.Machine machine ) : System
machine System.Machine
Résultat System

ProcessMsg() public méthode

Checks if a inbound message must be forwarded Returns true, if it will be forwarded
public ProcessMsg ( ReloadMessage reloadMsg ) : bool
reloadMsg TSystems.RELOAD.Transport.ReloadMessage The inbound msg
Résultat bool