campo-sirio/include/isamrpc.h
alex 724a33cfb4 Patch level : aga 2.0 413
Files correlati      :
Ricompilazione Demo : [ ]
Commento          :
Riportata la versione aga 1.7 patch 413


git-svn-id: svn://10.65.10.50/trunk@10856 c028cbd2-c16b-5b4b-a496-9718f37d4682
2003-02-25 14:39:02 +00:00

32 lines
981 B
C
Executable File

#ifndef __ISAMRPC_H
#define __ISAMRPC_H
#ifndef __ARRAY_H
#include <array.h>
#endif
#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);
bool rpc_DongleModules(TBit_array& ba);
unsigned rpc_DongleNumber();
unsigned rpc_DongleYear();
bool rpc_UserLogin(const char* server, const char* user,
const char* password, const char* application);
bool rpc_UserLogout();
bool rpc_Start();
bool rpc_Stop();
bool http_get(const char* server, const char* remote_file, const char* local_file);
bool http_dir(const char* server, const char* remote_dir, TString_array & list);
bool http_post(const char* server, const char* remote_file,
const char* local_file, const char* authorization = NULL);
#endif