coredef

package
v0.0.0-...-93de8dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Generated by github.com/davyxu/cellnet/objprotogen DO NOT EDIT!

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteCallACK

type RemoteCallACK struct {
	MsgID  uint32
	Data   []byte
	CallID int64
}

内部消息,勿使用及注册响应

func (*RemoteCallACK) String

func (self *RemoteCallACK) String() string

type SessionAcceptFailed

type SessionAcceptFailed struct {
	Result cellnet.Result
}

Acceptor的会话接受错误

func (*SessionAcceptFailed) String

func (self *SessionAcceptFailed) String() string

type SessionAccepted

type SessionAccepted struct {
}

Acceptor的会话被允许接入时

func (*SessionAccepted) String

func (self *SessionAccepted) String() string

type SessionClosed

type SessionClosed struct {
	Result cellnet.Result
}

Session连接断开时

func (*SessionClosed) String

func (self *SessionClosed) String() string

type SessionConnectFailed

type SessionConnectFailed struct {
	Result cellnet.Result
}

Connector连接失败时

func (*SessionConnectFailed) String

func (self *SessionConnectFailed) String() string

type SessionConnected

type SessionConnected struct {
}

Connector的连接创建时

func (*SessionConnected) String

func (self *SessionConnected) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL