xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
AsyncInput.x
浏览该文件的文档.
1
5class AsyncInput {
13 public void notify(AsyncOutput, int, long, bool, long, int);
14
21 public bool newInstance(AsyncOutput, int, long, long);
22
30 public bool dataArrives(AsyncOutput, long, byte[], int, int);
31
36 public bool deleteInstance(AsyncOutput, long);
37
42 public bool inactiveTimeout(AsyncOutput, long);
43};
bool inactiveTimeout(AsyncOutput, long)
bool newInstance(AsyncOutput, int, long, long)
bool deleteInstance(AsyncOutput, long)
bool dataArrives(AsyncOutput, long, byte[], int, int)
void notify(AsyncOutput, int, long, bool, long, int)