sel-util ~master (2022-01-24T21:20:00.6984382)
Dub
Repo
Encapsulation
sel
raknet
packet
Undocumented in source.
struct
Encapsulation {
ubyte
info
;
ushort
length
;
@
Condition
("(info&0x7F) >= 64")
Triad
messageIndex
;
@
Condition
("(info&0x7F) >= 96")
Triad
orderIndex
;
@
Condition
("(info&0x7F) >= 96")
Triad
orderChannel
;
@
Condition
("(info&0x7F) != 0")
Split
split
;
@
NoLength
ubyte
[]
bytes
;
}
Members
Variables
bytes
ubyte
[]
bytes
;
Undocumented in source.
info
ubyte
info
;
Undocumented in source.
length
ushort
length
;
Undocumented in source.
messageIndex
Triad
messageIndex
;
Undocumented in source.
orderChannel
Triad
orderChannel
;
Undocumented in source.
orderIndex
Triad
orderIndex
;
Undocumented in source.
split
Split
split
;
Undocumented in source.
Meta
Source
See Implementation
sel
raknet
packet
aliases
RaknetPacket
classes
Ack
ClientCancelConnection
ClientConnect
ClientHandshake
Encapsulated
Nack
OpenConnectionReply1
OpenConnectionReply2
OpenConnectionRequest1
OpenConnectionRequest2
Ping
Pong
ServerHandshake
UnconnectedPing
UnconnectedPong
structs
Acknowledge
Address
Encapsulation
Magic
Split
Triad