#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 |
| 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 |
Hub version string
Referenced by samp_call(), samp_callAll(), samp_callAndWait(), samp_envGet(), samp_GetMetadata(), samp_GetRegisteredClients(), samp_GetSubscribedClients(), samp_hubDeclareMetadata(), samp_hubDeclareSubscriptions(), samp_hubPing(), samp_hubRegister(), samp_hubSendShutdown(), samp_hubSetXmlrpcCallback(), samp_hubUnRegister(), samp_notify(), samp_notifyAll(), samp_paramGet(), samp_Register(), samp_Reply(), and sampStartup().
descriptive text
Referenced by samp_hubDeclareMetadata().
| char Hub::privateKey[SZ_LINE] |
client key
Referenced by samp_call(), samp_callAll(), samp_callAndWait(), samp_envGet(), samp_GetMetadata(), samp_GetRegisteredClients(), samp_GetSubscribedClients(), samp_hubDeclareMetadata(), samp_hubDeclareSubscriptions(), samp_hubPing(), samp_hubRegister(), samp_hubSendShutdown(), samp_hubSetXmlrpcCallback(), samp_hubUnRegister(), samp_notify(), samp_notifyAll(), samp_paramGet(), samp_Register(), and samp_Reply().
| 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] |
Client id value
Referenced by samp_callAndWait(), samp_envGet(), samp_paramGet(), and samp_setTimeout().
| char Hub::url[SZ_URL] |
registration string
| char Hub::version[SZ_NAME] |
Hub service endpoint
1.5.9