28 #ifndef EO_EEP_D20640_H 29 #define EO_EEP_D20640_H 90 D20640_LS_UNLOCKED = 0,
92 D20640_LS_UNKNOWN = 2,
96 D20640_UQ_UNLOCK_NOT_REQUESTED = 0,
97 D20640_UQ_UNLOCK_REQUESTED = 1,
104 eoReturn SetChannels(SIMPLE_DIRECTION direction);
107 uint8_t outChannelCount;
121 #endif // !eoEEP_D20640 An interface for profiles which support bidirectional communication, but do not indicate the directio...
Definition: eoISimpleBidirectionalProfile.h:50
uint8_t type
Type.
Definition: eoProfile.h:69
The class to handle eoEEP_D20640.
Definition: eoEEP_D20640.h:101
Message Class for communication.
Definition: eoMessage.h:47
Abstract class for channel information. Abstract class for channel information. From this class speci...
Definition: eoChannelInfo.h:77
virtual eoReturn SetValue(CHANNEL_TYPE type, float value, uint8_t subFlag) override
Gets the Value as a float.
eoReturn
contains all the return values from different functions
Definition: eoApiDef.h:40
Specific class for EEP channel information. Class used to describe the EEP channels. It has the EEP_ITEM to describe the EEP channel values and the subtype - index.
Definition: eoChannelInfo.h:110
EnOcean Equipment Profiles.
Definition: eoD2EEProfile.h:96
virtual eoReturn SetType(uint8_t type)
CHANNEL_TYPE
Definition: eoChannelEnums.h:169
virtual eoReturn SetDirection(SIMPLE_DIRECTION direction) override
virtual eoChannelInfo * GetOutChannel(CHANNEL_TYPE type) override