libHSPlasma
Enumerations | Functions
Protocol.h File Reference
#include "PlasmaDefs.h"
#include "Sys/plUuid.h"

Enumerations

enum  ENetError {
  kNetPending = -1, kNetSuccess = 0, kNetErrInternalError, kNetErrTimeout,
  kNetErrBadServerData, kNetErrAgeNotFound, kNetErrConnectFailed, kNetErrDisconnected,
  kNetErrFileNotFound, kNetErrOldBuildId, kNetErrRemoteShutdown, kNetErrTimeoutOdbc,
  kNetErrAccountAlreadyExists, kNetErrPlayerAlreadyExists, kNetErrAccountNotFound, kNetErrPlayerNotFound,
  kNetErrInvalidParameter, kNetErrNameLookupFailed, kNetErrLoggedInElsewhere, kNetErrVaultNodeNotFound,
  kNetErrMaxPlayersOnAcct, kNetErrAuthenticationFailed, kNetErrStateObjectNotFound, kNetErrLoginDenied,
  kNetErrCircularReference, kNetErrAccountNotActivated, kNetErrKeyAlreadyUsed, kNetErrKeyNotFound,
  kNetErrActivationCodeNotFound, kNetErrPlayerNameInvalid, kNetErrNotSupported, kNetErrServiceForbidden,
  kNetErrAuthTokenTooOld, kNetErrMustUseGameTapClient, kNetErrTooManyFailedLogins, kNetErrGameTapConnectionFailed,
  kNetErrGTTooManyAuthOptions, kNetErrGTMissingParameter, kNetErrGTServerError, kNetErrAccountBanned,
  kNetErrKickedByCCR, kNetErrScoreWrongType, kNetErrScoreNotEnoughPoints, kNetErrScoreAlreadyExists,
  kNetErrScoreNoDataFound, kNetErrInviteNoMatchingPlayer, kNetErrInviteTooManyHoods, kNetErrNeedToPay,
  kNetErrServerBusy, kNumNetErrors
}
enum  ENetProtocol {
  kNetProtocolNil, kNetProtocolDebug, kNetProtocolCli2Unused_00, kNetProtocolCli2Csr,
  kNetProtocolCli2Auth, kNetProtocolCli2Game, kNetProtocolCli2File, kNetProtocolCli2Unused_01
}
enum  EConnType {
  kConnTypeNil, kConnTypeDebug, kConnTypeCliToAuth = 10, kConnTypeCliToGame,
  kConnTypeSrvToAgent, kConnTypeSrvToMcp, kConnTypeSrvToVault, kConnTypeSrvToDb,
  kConnTypeCliToFile, kConnTypeSrvToState, kConnTypeSrvToLog, kConnTypeSrvToScore,
  kConnTypeCliToCsr, kConnTypeSimpleNet, kConnTypeCliToGateKeeper
}
enum  NetCliConnectMsg { kNetCliCli2SrvConnect, kNetCliSrv2CliEncrypt, kNetCliSrv2CliError }

Functions

PLASMANET_DLL const char * GetNetErrorString (int errcode)

Enumeration Type Documentation

enum EConnType
Enumerator:
kConnTypeNil 
kConnTypeDebug 
kConnTypeCliToAuth 
kConnTypeCliToGame 
kConnTypeSrvToAgent 
kConnTypeSrvToMcp 
kConnTypeSrvToVault 
kConnTypeSrvToDb 
kConnTypeCliToFile 
kConnTypeSrvToState 
kConnTypeSrvToLog 
kConnTypeSrvToScore 
kConnTypeCliToCsr 
kConnTypeSimpleNet 
kConnTypeCliToGateKeeper 
enum ENetError
Enumerator:
kNetPending 
kNetSuccess 
kNetErrInternalError 
kNetErrTimeout 
kNetErrBadServerData 
kNetErrAgeNotFound 
kNetErrConnectFailed 
kNetErrDisconnected 
kNetErrFileNotFound 
kNetErrOldBuildId 
kNetErrRemoteShutdown 
kNetErrTimeoutOdbc 
kNetErrAccountAlreadyExists 
kNetErrPlayerAlreadyExists 
kNetErrAccountNotFound 
kNetErrPlayerNotFound 
kNetErrInvalidParameter 
kNetErrNameLookupFailed 
kNetErrLoggedInElsewhere 
kNetErrVaultNodeNotFound 
kNetErrMaxPlayersOnAcct 
kNetErrAuthenticationFailed 
kNetErrStateObjectNotFound 
kNetErrLoginDenied 
kNetErrCircularReference 
kNetErrAccountNotActivated 
kNetErrKeyAlreadyUsed 
kNetErrKeyNotFound 
kNetErrActivationCodeNotFound 
kNetErrPlayerNameInvalid 
kNetErrNotSupported 
kNetErrServiceForbidden 
kNetErrAuthTokenTooOld 
kNetErrMustUseGameTapClient 
kNetErrTooManyFailedLogins 
kNetErrGameTapConnectionFailed 
kNetErrGTTooManyAuthOptions 
kNetErrGTMissingParameter 
kNetErrGTServerError 
kNetErrAccountBanned 
kNetErrKickedByCCR 
kNetErrScoreWrongType 
kNetErrScoreNotEnoughPoints 
kNetErrScoreAlreadyExists 
kNetErrScoreNoDataFound 
kNetErrInviteNoMatchingPlayer 
kNetErrInviteTooManyHoods 
kNetErrNeedToPay 
kNetErrServerBusy 
kNumNetErrors 
Enumerator:
kNetProtocolNil 
kNetProtocolDebug 
kNetProtocolCli2Unused_00 
kNetProtocolCli2Csr 
kNetProtocolCli2Auth 
kNetProtocolCli2Game 
kNetProtocolCli2File 
kNetProtocolCli2Unused_01 
Enumerator:
kNetCliCli2SrvConnect 
kNetCliSrv2CliEncrypt 
kNetCliSrv2CliError 

Function Documentation

PLASMANET_DLL const char* GetNetErrorString ( int  errcode)