C# 클래스 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.
상속: ISender
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
From AHAddress
Hops int
Node StructuredNode
Source AHAddress
To AHAddress

보호된 프로퍼티들

프로퍼티 타입 설명
_bs BroadcastSender
_sender ISender

공개 메소드들

메소드 설명
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

메소드 상세

BroadcastReceiver() 공개 메소드

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
리턴 Brunet.Connections

Send() 공개 메소드

public Send ( ICopyable data ) : void
data ICopyable
리턴 void

ToUri() 공개 메소드

public ToUri ( ) : string
리턴 string

프로퍼티 상세

From 공개적으로 프로퍼티

The beginning (inclusive) of the range.
public AHAddress,Brunet.Symphony From
리턴 AHAddress

Hops 공개적으로 프로퍼티

public int Hops
리턴 int

Node 공개적으로 프로퍼티

The local node.
public StructuredNode,Brunet.Symphony Node
리턴 StructuredNode

Source 공개적으로 프로퍼티

The originator of the broadcast.
public AHAddress,Brunet.Symphony Source
리턴 AHAddress

To 공개적으로 프로퍼티

The ending (inclusive) of the range.
public AHAddress,Brunet.Symphony To
리턴 AHAddress

_bs 보호되어 있는 프로퍼티

protected BroadcastSender _bs
리턴 BroadcastSender

_sender 보호되어 있는 프로퍼티

protected ISender _sender
리턴 ISender