2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.
SecurePlayLibrary::SPTPlayerJoinClass Class Reference
#include <SPTPlayerJoinClass.h>
Inheritance diagram for SecurePlayLibrary::SPTPlayerJoinClass:
List of all members.
|
Public Member Functions |
| | SPTPlayerJoinClass () |
| | SPTPlayerJoinClass (SPGameInterface *gameobj, string master, bool pflag, string transactionID, vector< string > pidlist, string AGE, string npid, string ncid, string ngid) |
| SPAbstractTransactionInterface * | APIcreateTransaction (SPGameInterface *gameapiobj, SPMessageClass *message) |
| string | APIgetNewCID () |
| string | APIgetNewPID () |
| string | APIgetNewGID () |
| string | APIgetTransactionType () |
Static Public Member Functions |
| string | gettranstype () |
| bool | registerTransaction () |
| SPAbstractTransactionInterface * | createPlayJoin (SPGameInterface *gameobj, string master, vector< string > playerIDList, bool privateflag, string AGE, string pid, string cid, string gid) |
| SPAbstractTransactionInterface * | createBurst (SPGameInterface *gameobj, string master, vector< string > transinfo, string transactionID, string AGE, vector< string > configarr) |
Detailed Description
- Author:
- IT GlobalSecure Inc.
- See also:
- SecurePlay License Information
Constructor & Destructor Documentation
| SPTPlayerJoinClass::SPTPlayerJoinClass |
( |
|
) |
|
|
| SPTPlayerJoinClass::SPTPlayerJoinClass |
( |
SPGameInterface * |
gameobj, |
|
|
string |
master, |
|
|
bool |
pflag, |
|
|
string |
transactionID, |
|
|
vector< string > |
pidlist, |
|
|
string |
AGE, |
|
|
string |
npid, |
|
|
string |
ncid, |
|
|
string |
ngid |
|
) |
|
|
|
|
Specific Constructor. - Parameters:
-
| gameobj | SPGameInterface - the game that is associated with this transaction. |
| master | String - master of this transaction |
| pflag | boolean - WILL be ignored. Since this transaction is designed to begin a game it has to send the begin message to every participant of the game. The prarameter only exists here for inheritance reasons. |
| transactionID | String - transaction id of this transaction. |
| pidlist | |
| AGE | String - set AGE= |
| npid | |
| ncid | |
| ngid | |
|
Member Function Documentation
| string SPTPlayerJoinClass::APIgetNewCID |
( |
|
) |
|
|
| string SPTPlayerJoinClass::APIgetNewGID |
( |
|
) |
|
|
| string SPTPlayerJoinClass::APIgetNewPID |
( |
|
) |
|
|
| string SPTPlayerJoinClass::APIgetTransactionType |
( |
|
) |
[virtual] |
|
|
|
This method returns a String of the transactiontype. - Returns:
- this.transtype - String - name of transaction type
Reimplemented from SecurePlayLibrary::SPTBurstClass. |
|
|
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE - Parameters:
-
| gameobj | |
| master | |
| transinfo | |
| transactionID | |
| AGE | |
| configarr | |
- Returns:
- SPAbstractTransactionInterface - retuns null
|
|
|
This method creates a SPTBeginGame transaction. - Parameters:
-
| gameobj | SPGameInterface - This is the instance of the game associated with this transaction. |
| master | String - master of this transaction. |
| playerIDList | |
| privateflag | |
| AGE | |
| pid | |
| cid | |
| gid | |
- Returns:
- SPAbstractTransactionInterface - returns PlayerJoin class created.
|
| string SPTPlayerJoinClass::gettranstype |
( |
|
) |
[static] |
|
| bool SPTPlayerJoinClass::registerTransaction |
( |
|
) |
[static] |
|
The documentation for this class was generated from the following files:
- D:/SecurePlayLibrary/060216_SecurePlayLibrary_3_1_baseline/CPP/src/SPTPlayerJoinClass.h
- D:/SecurePlayLibrary/060216_SecurePlayLibrary_3_1_baseline/CPP/src/SPTPlayerJoinClass.cpp
2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.