Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoPacket ¶
type EchoPacket struct {
// contains filtered or unexported fields
}
func NewEchoPacket ¶
func NewEchoPacket(buff []byte, hasLengthField bool) *EchoPacket
func (*EchoPacket) GetBody ¶
func (this *EchoPacket) GetBody() []byte
func (*EchoPacket) GetLength ¶
func (this *EchoPacket) GetLength() uint32
func (*EchoPacket) Serialize ¶
func (this *EchoPacket) Serialize() []byte
Click to show internal directories.
Click to hide internal directories.