Свойство | Type | Description | |
---|---|---|---|
ChatMessage | System |
Méthode | Description | |
---|---|---|
ChatMessage ( |
Create a new ChatMessage
|
|
Deserialize ( System inputStream ) : void | ||
Deserialize ( System inputStream, |
||
IncrementRelayCount ( ) : void |
Increment the relay count variable
|
|
Serialize ( System outputStream ) : void |
Méthode | Description | |
---|---|---|
ChatMessage ( ) : System |
We must include a private constructor to be used by the deserialisation step.
|
public ChatMessage ( |
||
sourceIdentifier | The source identifier | |
sourceName | string | The source name |
message | string | The message to be sent |
messageIndex | long | The index of this message |
Résultat | System |
public Deserialize ( System inputStream ) : void | ||
inputStream | System | |
Résultat | void |
public static Deserialize ( System inputStream, |
||
inputStream | System | |
result | ||
Résultat | void |
public Serialize ( System outputStream ) : void | ||
outputStream | System | |
Résultat | void |