|
WSF
|
Requests that an application send a list of valid scripts for a given platform or a global script listing. More...
#include <WsfXIO_PacketRegistry.hpp>


Classes | |
| struct | Argument |
| struct | Script |
Public Member Functions | |
| XIO_DEFINE_PACKET (WsfXIO_ScriptListPkt, WsfXIO_Packet, 60) | |
| Public Member Functions inherited from WsfXIO_Packet | |
| WsfXIO_Packet (int aPacketId) | |
| template<typename T> | |
| void | Serialize (T &aBuff) |
| Serializes the packet header. Must be called first from derived class Serialize(). | |
| float | GetTimeStamp () const |
| void | SetTimeStamp (float aTimeStamp) |
| void | SetFlags (uint32_t aFlags) |
| void | AddFlags (uint32_t aFlags) |
| uint32_t | GetFlags () const |
Public Attributes | |
| int32_t | mPlatformIndex = 0 |
| std::vector< Script > | mScripts |
| Public Attributes inherited from WsfXIO_Packet | |
| GenUniqueId | mApplicationId |
Additional Inherited Members | |
| Public Types inherited from WsfXIO_Packet | |
| enum | PacketFlags { cSYNCHRONIZED = 1 } |
| typedef bool | BaseType |
| Static Public Attributes inherited from WsfXIO_Packet | |
| static const int | cPACKET_ID = -1 |
| Protected Attributes inherited from WsfXIO_Packet | |
| uint32_t | mFlags |
| float | mTimeStamp |
Requests that an application send a list of valid scripts for a given platform or a global script listing.
|
inline |
References mPlatformIndex, mScripts, and WsfXIO_Packet::WsfXIO_Packet().
| int32_t WsfXIO_ScriptListPkt::mPlatformIndex = 0 |
Index of the platform from which information is requested 0 for global script list
Referenced by WsfXIO_ScriptService::HandleInformationRequest(), and XIO_DEFINE_PACKET().
| std::vector<Script> WsfXIO_ScriptListPkt::mScripts |
Referenced by WsfXIO_ScriptService::StoreScript(), and XIO_DEFINE_PACKET().