Méthode | Description | |
---|---|---|
Defragment ( |
Stores a message fragment, if all the fragments of a message are stored MessageDefragmented event is fired
|
|
FireMessageReceived ( |
||
FireOtherMessageReceived ( |
||
Fragment ( |
Fragments the given message into a number of smaller messages for sending over the network
|
|
NetworkNode ( System.Guid localID, IPAddress listenIP, int port ) : System | ||
ReceiveProcessThread ( ) : void | ||
Send ( byte bytes ) : void | ||
Send ( byte bytes, System.Guid destinationID ) : void | ||
SendDirect ( byte data, System.Guid destinationID ) : void | ||
SendFragments ( byte data, System.Guid destinationID ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Méthode | Description | |
---|---|---|
CompareTime ( TickGuid x ) : bool | ||
DirectUdpThread ( ) : void | ||
MessageLifetimeTimerTimeout ( object ob ) : void | ||
NetworkNode_MessageDefragmented ( object sender, |
||
ReceiveThread ( ) : void | ||
RemoveExpiry ( System.Guid id ) : void |
Remove a message expiry time from the list
|
|
SendThread ( ) : void | ||
sendMessage ( |
||
startMessageLifetimeTimer ( ) : void |
public Defragment ( |
||
message | ||
Résultat | void |
public FireMessageReceived ( |
||
message | ||
Résultat | void |
public FireOtherMessageReceived ( |
||
message | ||
Résultat | void |
public Fragment ( |
||
message | ||
Résultat | SensorShare.Network.NetworkMessage[] |
public NetworkNode ( System.Guid localID, IPAddress listenIP, int port ) : System | ||
localID | System.Guid | |
listenIP | IPAddress | |
port | int | |
Résultat | System |
public Send ( byte bytes, System.Guid destinationID ) : void | ||
bytes | byte | |
destinationID | System.Guid | |
Résultat | void |
public SendDirect ( byte data, System.Guid destinationID ) : void | ||
data | byte | |
destinationID | System.Guid | |
Résultat | void |
public SendFragments ( byte data, System.Guid destinationID ) : void | ||
data | byte | |
destinationID | System.Guid | |
Résultat | void |