C# Class LuaFramework.NetworkManager

Inheritance: Manager
Afficher le fichier Open project: guyun008/LuaFramework_ngui_mod Class Usage Examples

Méthodes publiques

Свойство Type Description
sEvents ByteBuffer>>.Queue
toSendBuffers Queue

Private Properties

Свойство Type Description
Awake void
Init void
OnDestroy void
Update void

Méthodes publiques

Méthode Description
AddEvent ( int _event, ByteBuffer data ) : void
CallMethod ( string func ) : object[]

执行Lua方法

OnInit ( ) : void
SendConnect ( ) : void

发送链接请求

SendMessage ( ByteBuffer buffer ) : void

发送SOCKET消息

Unload ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
Init ( ) : void
OnDestroy ( ) : void

析构函数

Update ( ) : void

处理接收到的消息,交给Command,这里不想关心发给谁。

Method Details

AddEvent() public static méthode

public static AddEvent ( int _event, ByteBuffer data ) : void
_event int
data ByteBuffer
Résultat void

CallMethod() public méthode

执行Lua方法
public CallMethod ( string func ) : object[]
func string
Résultat object[]

OnInit() public méthode

public OnInit ( ) : void
Résultat void

SendConnect() public méthode

发送链接请求
public SendConnect ( ) : void
Résultat void

SendMessage() public méthode

发送SOCKET消息
public SendMessage ( ByteBuffer buffer ) : void
buffer ByteBuffer
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void

Property Details

sEvents public_oe static_oe property

public static Queue> sEvents
Résultat ByteBuffer>>.Queue

toSendBuffers public_oe static_oe property

public static Queue toSendBuffers
Résultat Queue