xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
IRCPEventHandler类 参考
IRCPEventHandler 的协作图:
Collaboration graph

Public 成员函数

静态 Public 属性

详细描述

IRCPEventHandler 类 这是一个处理IRC协议事件的接口类,定义了各种事件处理方法

在文件 IRCPEventHandler.x5 行定义.

成员函数说明

◆ getDecodeLength()

int getDecodeLength ( long  ,
  byte[],
int   
)

◆ onAccessFailed()

void onAccessFailed ( long  )

◆ onDecode()

int onDecode ( long  ,
  byte[],
int  ,
  Stream 
)

◆ onDeleteInstance()

bool onDeleteInstance ( long  )

◆ onEncode()

int onEncode ( long  ,
  byte[],
int  ,
  Stream 
)

◆ onNewInstance()

bool onNewInstance ( long  ,
int   
)

◆ onTimeout()

bool onTimeout ( long  )

结构体成员变量说明

◆ DATA_NOTENOUGH

const int DATA_NOTENOUGH
static

在文件 IRCPEventHandler.x11 行定义.

◆ DONT_NEED_PROCESS

const int DONT_NEED_PROCESS
static

在文件 IRCPEventHandler.x8 行定义.