1997-06-03 13:54:55 +00:00
|
|
|
#ifndef __ISAMRPC_H
|
|
|
|
#define __ISAMRPC_H
|
|
|
|
|
1998-02-13 13:50:39 +00:00
|
|
|
#ifndef __ARRAY_H
|
|
|
|
#include <array.h>
|
|
|
|
#endif
|
|
|
|
|
1997-06-03 13:54:55 +00:00
|
|
|
#ifndef __REAL_H
|
|
|
|
#include <real.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
bool rpc_Call(const char* cmd);
|
|
|
|
char* rpc_Request(const char* cmd, unsigned long& size, real& time);
|
|
|
|
|
|
|
|
bool rpc_DongleHasModule(word af);
|
1998-02-13 13:50:39 +00:00
|
|
|
bool rpc_DongleModules(TBit_array& ba);
|
1997-06-03 13:54:55 +00:00
|
|
|
word rpc_DongleNumber();
|
1998-01-27 10:23:32 +00:00
|
|
|
word rpc_DongleYear();
|
1997-06-03 13:54:55 +00:00
|
|
|
|
|
|
|
bool rpc_UserLogin(const char* server, const char* user,
|
|
|
|
const char* password, const char* application);
|
|
|
|
bool rpc_UserLogout();
|
|
|
|
|
|
|
|
|
|
|
|
bool rpc_Start();
|
|
|
|
bool rpc_Stop();
|
|
|
|
|
|
|
|
#endif
|