Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TelnetCallback ¶
type TelnetCallback struct { }
func (*TelnetCallback) OnClose ¶
func (this *TelnetCallback) OnClose(c *gotcp.Conn)
type TelnetPacket ¶
type TelnetPacket struct {
// contains filtered or unexported fields
}
Packet
func NewTelnetPacket ¶
func NewTelnetPacket(pType string, pData []byte) *TelnetPacket
func (*TelnetPacket) GetData ¶
func (p *TelnetPacket) GetData() []byte
func (*TelnetPacket) GetType ¶
func (p *TelnetPacket) GetType() string
func (*TelnetPacket) Serialize ¶
func (p *TelnetPacket) Serialize() []byte
Click to show internal directories.
Click to hide internal directories.