프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChatMessage | System |
메소드 | 설명 | |
---|---|---|
ChatMessage ( |
Create a new ChatMessage
|
|
Deserialize ( System inputStream ) : void | ||
Deserialize ( System inputStream, |
||
IncrementRelayCount ( ) : void |
Increment the relay count variable
|
|
Serialize ( System outputStream ) : void |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |
public static Deserialize ( System inputStream, |
||
inputStream | System | |
result | ||
리턴 | void |