31 lines
260 B
Markdown
31 lines
260 B
Markdown
# Network Protocol
|
|
|
|
Protocol gốc sử dụng GNET.
|
|
|
|
Structure:
|
|
|
|
Protocol
|
|
↓
|
|
Rpc::Data
|
|
↓
|
|
Octets serialization
|
|
|
|
## Example
|
|
|
|
ChatMessage
|
|
|
|
fields:
|
|
|
|
channel
|
|
srcroleid
|
|
srclevel
|
|
msg
|
|
emotion
|
|
|
|
## Serialization
|
|
|
|
Octets chứa raw byte array.
|
|
|
|
C# equivalent:
|
|
|
|
byte[] |