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::SPTBeginGame Class Reference
#include <SPTBeginGame.h>
Inheritance diagram for SecurePlayLibrary::SPTBeginGame:
List of all members.
|
Public Member Functions |
| | SPTBeginGame () |
| | SPTBeginGame (SPGameInterface *gameobj, string master, string transactionID, string AGE, vector< string > config) |
| SPAbstractTransactionInterface * | APIcreateTransaction (SPGameInterface *gameapiobj, SPMessageClass *message) |
| string | APIgetTransactionType () |
Static Public Member Functions |
| string | gettranstype () |
| bool | registerTransaction () |
| SPAbstractTransactionInterface * | createBeginGame (SPGameInterface *gameobj, string master, string AGE, vector< string > configarr) |
| SPAbstractTransactionInterface * | createBlast (SPGameInterface *gameobj, string master, vector< string > transinfo, string transactionID, string AGE, vector< string > configarr) |
Detailed Description
This transaction is used to begin a game if necessary. It is a single step transaction that sends a single beginGame message. - Author:
- IT GlobalSecure Inc.
- See also:
- SecurePlay License Information
Constructor & Destructor Documentation
| SPTBeginGame::SPTBeginGame |
( |
|
) |
|
|
| SPTBeginGame::SPTBeginGame |
( |
SPGameInterface * |
gameobj, |
|
|
string |
master, |
|
|
string |
transactionID, |
|
|
string |
AGE, |
|
|
vector< string > |
config |
|
) |
|
|
|
|
Specific Constructor. - Parameters:
-
| gameobj | SPGameInterface - the game that is associated with this transaction. |
| master | String - master of this transaction |
| transactionID | String - transaction id of this transaction. |
| AGE | String - set AGE |
| config | String[] - configure array of this transaction. |
|
Member Function Documentation
| string SPTBeginGame::APIgetTransactionType |
( |
|
) |
[virtual] |
|
|
|
This method returns a String of the transactiontype. - Returns:
- this.transtype - String - name of transaction type
Reimplemented from SecurePlayLibrary::SPTBlastClass. |
|
|
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. |
| AGE | String |
| configarr | String[] - configure array of this transaction. |
- Returns:
- SPAbstractTransactionInterface - returns BeginGame class
|
|
|
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE This method creates a SPTBlastClass transaction. - Parameters:
-
| gameobj | |
| master | |
| transinfo | |
| transactionID | |
| AGE | |
| configarr | |
- Returns:
- SPAbstractTransactionInterface - returns null
|
| string SPTBeginGame::gettranstype |
( |
|
) |
[static] |
|
| bool SPTBeginGame::registerTransaction |
( |
|
) |
[static] |
|
The documentation for this class was generated from the following files:
- D:/SecurePlayLibrary/060216_SecurePlayLibrary_3_1_baseline/CPP/src/SPTBeginGame.h
- D:/SecurePlayLibrary/060216_SecurePlayLibrary_3_1_baseline/CPP/src/SPTBeginGame.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.