AWS IoT C++ SDK
|
#include <Action.hpp>
Public Member Functions | |
virtual uint16_t | GetNextActionId ()=0 |
Get Action ID of the next Action. More... | |
ActionState (const ActionState &)=delete | |
ActionState (ActionState &&)=delete | |
ActionState & | operator= (const ActionState &) &=delete |
ActionState & | operator= (ActionState &&) &=delete |
Defines an Action State class which is retained by each Action for its lifetime This is a pure virtual class, cannot be instantiated
|
pure virtual |
Implemented in awsiotsdk::ClientCoreState, and awsiotsdk::mqtt::ClientState.