[BACK]Return to oxx.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

File: [local] / OpenXM / src / kan96xx / plugin / oxx.h (download)

Revision 1.4, Tue Dec 5 12:03:43 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +2 -1 lines

[(oxGetPort1)] generates a port listening.
sm1StartEngine101 : starting engine with the protocol OpenXM RFC 101.
                    Implementation has not yet been completed.

/* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.4 2000/12/05 12:03:43 takayama Exp $ */
struct object KoxCreateClient(struct object ip,struct object portStream,
			      struct object portControl);
struct object KoxCloseClient(struct object client);
struct object KoxIsThereErrorClient(struct object ob);
struct object KoxReq(struct object client,struct object func,
		     struct object ob1);
struct object KoxGet(struct object client);
struct object KoxGetFromControl(struct object client);
struct object KoxMultiSelect(struct object clients,struct object t);
struct object KoxWatch(struct object client,struct object f);
extern int SerialOX;
struct object KoxGenPortFile(void);
void KoxRemovePortFile(void);
struct object KoxGetPort(struct object host);
struct object KoxGetPort1(struct object host);
struct object KoxCreateClient2(struct object peer,struct object ipmask,struct object pass);
struct object KoxGenPass(void);
int KgetCmoTagOfObject(struct object obj);

struct object KoxPushCMD(struct object client,struct object cmd);
struct object KoxPushCMO(struct object client,struct object ob);
struct object KoxCreateControl_RFC_101(struct object peer,struct object ipmask,struct object pass);
struct object KoxStartEngine_RFC_101(struct object control,struct object name);