C# Class Brunet.Symphony.BroadcastReceiver

Since HandleData requires a return path, this services as a means for the receiver to know where the data came from and aspects of where it is going. Most of it is useful for evaluation.
Inheritance: ISender
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Méthodes publiques

Свойство Type Description
From AHAddress
Hops int
Node StructuredNode
Source AHAddress
To AHAddress

Protected Properties

Свойство Type Description
_bs BroadcastSender
_sender ISender

Méthodes publiques

Méthode Description
BroadcastReceiver ( BroadcastSender bs ) : Brunet.Connections

Stores data about this hop in a broadcast and provides a path back to the originating broadcaster.

Send ( ICopyable data ) : void
ToUri ( ) : string

Method Details

BroadcastReceiver() public méthode

Stores data about this hop in a broadcast and provides a path back to the originating broadcaster.
public BroadcastReceiver ( BroadcastSender bs ) : Brunet.Connections
bs BroadcastSender
Résultat Brunet.Connections

Send() public méthode

public Send ( ICopyable data ) : void
data ICopyable
Résultat void

ToUri() public méthode

public ToUri ( ) : string
Résultat string

Property Details

From public_oe property

The beginning (inclusive) of the range.
public AHAddress,Brunet.Symphony From
Résultat AHAddress

Hops public_oe property

public int Hops
Résultat int

Node public_oe property

The local node.
public StructuredNode,Brunet.Symphony Node
Résultat StructuredNode

Source public_oe property

The originator of the broadcast.
public AHAddress,Brunet.Symphony Source
Résultat AHAddress

To public_oe property

The ending (inclusive) of the range.
public AHAddress,Brunet.Symphony To
Résultat AHAddress

_bs protected_oe property

protected BroadcastSender _bs
Résultat BroadcastSender

_sender protected_oe property

protected ISender _sender
Résultat ISender