Annotation of OpenXM/src/kan96xx/plugin/oxx.h, Revision 1.6
1.6 ! takayama 1: /* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.5 2000/12/06 00:29:52 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);
12: extern int SerialOX;
13: struct object KoxGenPortFile(void);
14: void KoxRemovePortFile(void);
15: struct object KoxGetPort(struct object host);
1.4 takayama 16: struct object KoxGetPort1(struct object host);
1.1 maekawa 17: struct object KoxCreateClient2(struct object peer,struct object ipmask,struct object pass);
18: struct object KoxGenPass(void);
1.2 takayama 19: int KgetCmoTagOfObject(struct object obj);
20:
1.3 takayama 21: struct object KoxPushCMD(struct object client,struct object cmd);
22: struct object KoxPushCMO(struct object client,struct object ob);
23: struct object KoxCreateControl_RFC_101(struct object peer,struct object ipmask,struct object pass);
1.5 takayama 24: struct object KoxCreateEngine_RFC_101(struct object peer,struct object ipmask,struct object pass,struct object engineID);
1.6 ! takayama 25:
! 26: int oxGetClientID();
! 27: void oxClientListUpdate(struct object ob);
! 28: void oxClientListRemove(struct object ob);
! 29: struct object KoxGetClientList();
1.1 maekawa 30:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>