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::SPTnewAGEClass Class Reference
#include <SPTnewAGEClass.h>
Inheritance diagram for SecurePlayLibrary::SPTnewAGEClass:
List of all members.
|
Public Member Functions |
| | SPTnewAGEClass () |
| | SPTnewAGEClass (SPGameInterface *gameobj, string master, string transactionID, string AGE, string ntid, vector< string > config) |
| SPAbstractTransactionInterface * | APIcreateTransaction (SPGameInterface *gameapiobj, SPMessageClass *message) |
| string | APIgetNewAGE () |
| string | APIgetNewTransactionID () |
| vector< string > | APIgetNewAGEParameters () |
| string | APIgetTransactionType () |
Static Public Member Functions |
| string | gettranstype () |
| bool | registerTransaction () |
| SPAbstractTransactionInterface * | createNewAGE (SPGameInterface *gameobj, string master, string ntid, 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 notify other users of a new Abstract Game Engine and provide its parameters. It is a single step transaction that sends a single beginGame message. - Author:
- IT GlobalSecure Inc.
- See also:
- SecurePlay License Information
Constructor & Destructor Documentation
| SPTnewAGEClass::SPTnewAGEClass |
( |
|
) |
|
|
| SPTnewAGEClass::SPTnewAGEClass |
( |
SPGameInterface * |
gameobj, |
|
|
string |
master, |
|
|
string |
transactionID, |
|
|
string |
AGE, |
|
|
string |
ntid, |
|
|
vector< string > |
config |
|
) |
|
|
|
|
Specific Constructor. - Parameters:
-
| gameobj | SPGameInterface - the game that is associated with this transaction. |
| master | |
| transactionID | |
| AGE | |
| ntid | |
| config | |
|
Member Function Documentation
| string SPTnewAGEClass::APIgetNewAGE |
( |
|
) |
|
|
|
|
This method returns the new AGE. - Returns:
- String
|
| vector< string > SPTnewAGEClass::APIgetNewAGEParameters |
( |
|
) |
|
|
|
|
This method returns the new AGE parameters. - Returns:
- String[]
|
| string SPTnewAGEClass::APIgetNewTransactionID |
( |
|
) |
|
|
|
|
This method returns the transaction ID associated with the new AGE - Returns:
- String
|
| string SPTnewAGEClass::APIgetTransactionType |
( |
|
) |
[virtual] |
|
|
|
This method returns a String of the transactiontype. - Returns:
- this.transtype - String - name of transaction type
Reimplemented from SecurePlayLibrary::SPTBlastClass. |
|
|
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE - Parameters:
-
| gameobj | |
| master | |
| transinfo | |
| transactionID | |
| AGE | |
| configarr | |
- Returns:
- SPAbstractTransactionInterface - returns null
|
| string SPTnewAGEClass::gettranstype |
( |
|
) |
[static] |
|
| bool SPTnewAGEClass::registerTransaction |
( |
|
) |
[static] |
|
The documentation for this class was generated from the following files:
- D:/SecurePlayLibrary/060216_SecurePlayLibrary_3_1_baseline/CPP/src/SPTnewAGEClass.h
- D:/SecurePlayLibrary/060216_SecurePlayLibrary_3_1_baseline/CPP/src/SPTnewAGEClass.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.