Hub Struct Reference

#include <samp.h>


Data Fields

char appName [SZ_LINE]
char appVer [SZ_LINE]
char description [SZ_LINE]
appMD meta
char secret [SZ_SECRET]
char url [SZ_URL]
char version [SZ_NAME]
int id
char appId [SZ_NAME]
char privateKey [SZ_LINE]
char hubId [SZ_LINE]
char selfId [SZ_LINE]
char timeout [SZ_NAME]
void * samp


Detailed Description

Hub description. Our application connects to this hub by default, but the structure will be valid for any Hub.

Field Documentation

char Hub::appId[SZ_NAME]

Hub XML-RPC connection

char Hub::appVer[SZ_LINE]

application name

Referenced by samp_setAppVersion().

char Hub::description[SZ_LINE]

application version

Referenced by samp_hubDeclareMetadata().

char Hub::hubId[SZ_LINE]

client key value

Referenced by samp_hubRegister(), and samp_Register().

int Hub::id

descriptive text

Referenced by samp_hubDeclareMetadata().

char Hub::privateKey[SZ_LINE]

void* Hub::samp

Sync msg timeout (str)

Referenced by samp_hubDeclareSubscriptions().

char Hub::secret[SZ_SECRET]

metadata

Referenced by samp_hubRegister(), and samp_Register().

char Hub::selfId[SZ_LINE]

Hub id value

Referenced by samp_hubRegister(), and samp_Register().

char Hub::timeout[SZ_NAME]

char Hub::url[SZ_URL]

registration string

char Hub::version[SZ_NAME]

Hub service endpoint


The documentation for this struct was generated from the following file:

Generated on Wed Aug 31 13:23:14 2011 for SAMP Client Library by  doxygen 1.5.9