Annotation of OpenXM/src/kan96xx/plugin/oxx.h, Revision 1.8
1.8 ! takayama 1: /* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.7 2002/11/07 23:52:20 takayama Exp $ */
1.1 maekawa 2: struct object KoxCreateClient(struct object ip,struct object portStream,
3: struct object portControl);
4: struct object KoxCloseClient(struct object client);
5: struct object KoxIsThereErrorClient(struct object ob);
6: struct object KoxReq(struct object client,struct object func,
7: struct object ob1);
8: struct object KoxGet(struct object client);
9: struct object KoxGetFromControl(struct object client);
10: struct object KoxMultiSelect(struct object clients,struct object t);
11: struct object KoxWatch(struct object client,struct object f);
1.8 ! takayama 12: struct object KoxLog(struct object client,struct object in,struct object out);
! 13: struct object KoxLogStop(struct object client);
1.1 maekawa 14: extern int SerialOX;
15: struct object KoxGenPortFile(void);
16: void KoxRemovePortFile(void);
17: struct object KoxGetPort(struct object host);
1.4 takayama 18: struct object KoxGetPort1(struct object host);
1.1 maekawa 19: struct object KoxCreateClient2(struct object peer,struct object ipmask,struct object pass);
20: struct object KoxGenPass(void);
1.2 takayama 21: int KgetCmoTagOfObject(struct object obj);
22:
1.3 takayama 23: struct object KoxPushCMD(struct object client,struct object cmd);
24: struct object KoxPushCMO(struct object client,struct object ob);
25: struct object KoxCreateControl_RFC_101(struct object peer,struct object ipmask,struct object pass);
1.5 takayama 26: struct object KoxCreateEngine_RFC_101(struct object peer,struct object ipmask,struct object pass,struct object engineID);
1.6 takayama 27:
28: void oxClientListUpdate(struct object ob);
29: void oxClientListRemove(struct object ob);
30: struct object KoxGetClientList();
1.1 maekawa 31:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>