xlang v5.1 Release
程序设计语言基础库文档
|
Public 成员函数 |
额外继承的成员函数 |
UnsiInput 类继承自 AsyncInput,定义了一系列异步输入处理的方法 这些方法用于处理异步输入通知、实例管理、数据到达处理等操作
在文件 UnsiInput.x 第 5 行定义.
bool dataArrives | ( | AsyncOutput | , |
long | , | ||
byte[], | |||
int | , | ||
int | |||
) |
重载 AsyncInput .
bool deleteInstance | ( | AsyncOutput | , |
long | |||
) |
重载 AsyncInput .
void finalize | ( | ) |
bool inactiveTimeout | ( | AsyncOutput | , |
long | |||
) |
重载 AsyncInput .
bool newInstance | ( | AsyncOutput | , |
int | , | ||
long | , | ||
long | |||
) |
重载 AsyncInput .
void notify | ( | AsyncOutput | , |
int | , | ||
long | , | ||
bool | , | ||
long | , | ||
int | |||
) |
重载 AsyncInput .