Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { cfacade.IApplication // contains filtered or unexported fields }
func NewData ¶
func NewData(app cfacade.IApplication, localMessage ProcessMessage, forwardMessage ProcessMessage) *Data
func (*Data) PacketType ¶ added in v1.1.29
type Handshake ¶
type Handshake struct { cfacade.IApplication // contains filtered or unexported fields }
func NewHandshake ¶
func NewHandshake(app cfacade.IApplication, sysData map[string]interface{}) *Handshake
func (*Handshake) PacketType ¶ added in v1.1.29
type HandshakeACK ¶
type HandshakeACK struct { }
func NewHandshakeACK ¶
func NewHandshakeACK() *HandshakeACK
func (*HandshakeACK) PacketType ¶ added in v1.1.29
func (h *HandshakeACK) PacketType() cpacket.Type
type Heartbeat ¶
type Heartbeat struct {
cfacade.IApplication
}
func NewHeartbeat ¶
func NewHeartbeat(app cfacade.IApplication) *Heartbeat
func (*Heartbeat) PacketType ¶ added in v1.1.29
Click to show internal directories.
Click to hide internal directories.