![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
Implements a collection of comms actions. More...
#include <CzActionsComms.h>
Public Types | |
| enum | eActionType { Action_RemoteReq = 0, Action_Max = 1 } |
Public Member Functions | |
| CzXomlActions_Comms (eActionType type) | |
| void | Execute (IzXomlResource *source, CzAction *action) |
| The main actions executor for communication related actions. All communication specific actions are implemented by this method. | |
Protected Member Functions | |
| CzXomlActions_Comms () | |
Protected Attributes | |
| eActionType | Type |
Implements a collection of comms actions.
The CzXomlActions_Comms class holds Actions (IzXomlAction) that deal with communications such as sending remote requests. A comms action is basically a command that causes some kind of communication between a server or another device to take place.
The following actions are supported:
The above actions have the following XOML prototypes:
For more information on the remote request system see CzRemoteReq
| CzXomlActions_Comms::CzXomlActions_Comms | ( | ) | [inline, protected] |
| CzXomlActions_Comms::CzXomlActions_Comms | ( | eActionType | type | ) | [inline] |
| void CzXomlActions_Comms::Execute | ( | IzXomlResource * | source, |
| CzAction * | action | ||
| ) | [virtual] |
The main actions executor for communication related actions. All communication specific actions are implemented by this method.
| [in] | source | - The source of the action |
| [in] | action | - The action to execute |
Implements IzXomlAction.
eActionType CzXomlActions_Comms::Type [protected] |