HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
simple_keypad.h File Reference

This file contains the definitions for the Simple Keypad interface. More...

#include "hanfun/protocol.h"
#include "hanfun/interface.h"
+ Include dependency graph for simple_keypad.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  HF::Interfaces::SimpleKeypad::KeyPressed
 Message payload for a HF::SimpleKeypad::KEYPRESED request. More...
 
struct  HF::Interfaces::SimpleKeypad::Base
 Simple Keypad Interface : Parent. More...
 
class  HF::Interfaces::SimpleKeypad::Server
 Simple Keypad Interface : Server side implementation. More...
 
struct  HF::Interfaces::SimpleKeypad::Client
 Simple Keypad Interface : Client side implementation. More...
 

Namespaces

 HF
 Top-level namespace for the HAN-FUN library.
 
 HF::Interfaces
 This is the top-level namespace for the implemented Interfaces.
 
 HF::Interfaces::SimpleKeypad
 This namespace contains the implementation of the Simple Keypad interface.
 

Enumerations

enum  HF::Interfaces::SimpleKeypad::CMD { HF::Interfaces::SimpleKeypad::KEYPRESSED_CMD = 0x01 }
 Command IDs. More...
 

Functions

HF::Attributes::IAttributeHF::Interfaces::create_attribute (SimpleKeypad::Server *server, uint8_t uid)
 Create an attribute object that can hold the attribute with the given uid. More...
 
HF::Attributes::IAttributeHF::Interfaces::SimpleKeypad::create_attribute (uint8_t uid)
 Create an attribute object that can hold the attribute with the given uid. (HF::Interfaces::SimpleKeypad::Server *,uint8_t) More...
 
std::ostream & operator<< (std::ostream &stream, const HF::Interfaces::SimpleKeypad::CMD command)
 Convert the given command into a string and write it to the given stream. More...
 

Detailed Description

This file contains the definitions for the Simple Keypad interface.

Version
1.5.3

For licensing information, please see the file 'LICENSE' in the root folder.

Initial development by Bithium S.A. [http://www.bithium.com]

Definition in file simple_keypad.h.