3#ifndef __SCIINTERFACE_H__
4#define __SCIINTERFACE_H__
10#include "sciWebServices.h"
26 const char * mServiceURL;
28 gsi_u8 mSessionId[SC_SESSION_GUID_SIZE];
29 gsi_u8 mConnectionId[SC_CONNECTION_GUID_SIZE];
35SCResult sciInterfaceCreate (
SCInterface** theInterfaceOut);
36SCResult sciInterfaceInit (
SCInterface* theInterface);
39void sciInterfaceSetSessionId(
SCInterface* theInterface,
const char * theSessionId);
40void sciInterfaceSetConnectionId(
SCInterface* theInterface,
const char * theConnectionId);
Definition sciInterface.h:21
Definition sciWebServices.h:35