![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Scheduling Service : Client side implementation. More...
#include <event_scheduling.h>
Public Member Functions | |
Client () | |
Constructor. | |
![]() | |
IClient () | |
Constructor. | |
virtual | ~IClient () |
Destructor. | |
virtual void | activate_scheduler (const Protocol::Address &addr, bool enabled) |
Send a HAN-FUN message containing a Scheduling::ACTIVATE_SCHEDULER_CMD , to the given network address. More... | |
virtual void | define_event (const Protocol::Address &addr, uint8_t id, uint8_t status, Interval &time, uint8_t pid) |
Send a HAN-FUN message containing a Scheduling::DEFINE_EVENT_CMD , to the given network address. More... | |
virtual void | delete_event (const Protocol::Address &addr, uint8_t id) |
Send a HAN-FUN message containing a Scheduling::DELETE_CMD , to the given network address. More... | |
![]() | |
uint16_t | uid () const |
This method returns the interface UID. More... | |
Scheduling Service : Client side implementation.
This class provides the client side of the Scheduling interface.
Definition at line 297 of file event_scheduling.h.