Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Tce
RpcMessageReturn
C# Class Tce.RpcMessageReturn
Inheritance:
RpcMessage
显示文件
Open project: adoggie/TCE
Class Usage Examples
Public Methods
Method
Description
RpcMessageReturn
( ) :
System
RpcMessageReturn
(
int
seq
,
int
errcode
) :
System
send
(
RpcConnection
conn
) :
void
Method Details
RpcMessageReturn()
public
method
public
RpcMessageReturn
( ) :
System
return
System
RpcMessageReturn()
public
method
public
RpcMessageReturn
(
int
seq
,
int
errcode
) :
System
seq
int
errcode
int
return
System
send()
public
method
public
send
(
RpcConnection
conn
) :
void
conn
RpcConnection
return
void