| xlang v5.1 Release
    程序设计语言基础库文档 | 


| Public 成员函数 | 
AsyncInput类,用于处理异步输入相关的操作 该类提供了一系列方法用于异步通知、实例管理、数据处理等功能
在文件 AsyncInput.x 第 5 行定义.
| bool dataArrives | ( | AsyncOutput | , | 
| long | , | ||
| byte[], | |||
| int | , | ||
| int | |||
| ) | 
处理AsyncInput的新数据到达事件。
| AsyncOutput | 输出对象。 | 
| long | 长整型参数。 | 
| byte[] | 数据缓冲区。 | 
| int | 缓冲区偏移量。 | 
| int | 数据长度。 | 
被 UnsiInput 重载.
| bool deleteInstance | ( | AsyncOutput | , | 
| long | |||
| ) | 
| bool inactiveTimeout | ( | AsyncOutput | , | 
| long | |||
| ) | 
| bool newInstance | ( | AsyncOutput | , | 
| int | , | ||
| long | , | ||
| long | |||
| ) | 
创建AsyncInput的新实例。
| AsyncOutput | 输出对象。 | 
| int | 整型参数。 | 
| long | 长整型参数。 | 
| long | 另一个长整型参数。 | 
被 UnsiInput 重载.
| void notify | ( | AsyncOutput | , | 
| int | , | ||
| long | , | ||
| bool | , | ||
| long | , | ||
| int | |||
| ) | 
通知AsyncInput实例,传递指定参数。
| AsyncOutput | 要通知的输出对象。 | 
| int | 整型参数。 | 
| long | 长整型参数。 | 
| bool | 布尔型参数。 | 
| long | 另一个长整型参数。 | 
| int | 另一个整型参数。 | 
被 UnsiInput 重载.