![]() |
libhomegear-base
0.7
Base library for Homegear and Homegear family modules.
|
Class defining a physical packet. More...
#include <DevicePacket.h>
Classes | |
| struct | Direction |
Public Member Functions | |
| Packet (BaseLib::SharedObjects *baseLib) | |
| Packet (BaseLib::SharedObjects *baseLib, xml_node *node) | |
| virtual | ~Packet () |
Public Attributes | |
| std::string | id |
| Direction::Enum | direction = Direction::Enum::none |
| int32_t | length = -1 |
| int32_t | type = -1 |
| int32_t | subtype = -1 |
| int32_t | subtypeIndex = -1 |
| double | subtypeSize = -1 |
| std::string | function1 |
| std::string | function2 |
| std::string | metaString1 |
| std::string | metaString2 |
| int32_t | responseType = -1 |
| int32_t | responseSubtype = -1 |
| std::string | responseTypeId |
| std::vector< PDevicePacketResponse > | responses |
| int32_t | channel = -1 |
| int32_t | channelIndex = -1 |
| int32_t | channelIndexOffset = 0 |
| double | channelSize = 1 |
| bool | doubleSend = false |
| int32_t | splitAfter = -1 |
| bool | repeat = true |
| int32_t | maxPackets = -1 |
| JsonPayloads | jsonPayloads |
| BinaryPayloads | binaryPayloads |
| HttpPayloads | httpPayloads |
| std::vector< PParameter > | associatedVariables |
Protected Attributes | |
| BaseLib::SharedObjects * | _bl = nullptr |
Class defining a physical packet.
| BaseLib::DeviceDescription::Packet::Packet | ( | BaseLib::SharedObjects * | baseLib | ) |
| BaseLib::DeviceDescription::Packet::Packet | ( | BaseLib::SharedObjects * | baseLib, |
| xml_node * | node | ||
| ) |
|
inlinevirtual |
|
protected |
| std::vector<PParameter> BaseLib::DeviceDescription::Packet::associatedVariables |
| BinaryPayloads BaseLib::DeviceDescription::Packet::binaryPayloads |
| int32_t BaseLib::DeviceDescription::Packet::channel = -1 |
| int32_t BaseLib::DeviceDescription::Packet::channelIndex = -1 |
| int32_t BaseLib::DeviceDescription::Packet::channelIndexOffset = 0 |
| double BaseLib::DeviceDescription::Packet::channelSize = 1 |
| Direction::Enum BaseLib::DeviceDescription::Packet::direction = Direction::Enum::none |
| bool BaseLib::DeviceDescription::Packet::doubleSend = false |
| std::string BaseLib::DeviceDescription::Packet::function1 |
| std::string BaseLib::DeviceDescription::Packet::function2 |
| HttpPayloads BaseLib::DeviceDescription::Packet::httpPayloads |
| std::string BaseLib::DeviceDescription::Packet::id |
| JsonPayloads BaseLib::DeviceDescription::Packet::jsonPayloads |
| int32_t BaseLib::DeviceDescription::Packet::length = -1 |
| int32_t BaseLib::DeviceDescription::Packet::maxPackets = -1 |
| std::string BaseLib::DeviceDescription::Packet::metaString1 |
| std::string BaseLib::DeviceDescription::Packet::metaString2 |
| bool BaseLib::DeviceDescription::Packet::repeat = true |
| std::vector<PDevicePacketResponse> BaseLib::DeviceDescription::Packet::responses |
| int32_t BaseLib::DeviceDescription::Packet::responseSubtype = -1 |
| int32_t BaseLib::DeviceDescription::Packet::responseType = -1 |
| std::string BaseLib::DeviceDescription::Packet::responseTypeId |
| int32_t BaseLib::DeviceDescription::Packet::splitAfter = -1 |
| int32_t BaseLib::DeviceDescription::Packet::subtype = -1 |
| int32_t BaseLib::DeviceDescription::Packet::subtypeIndex = -1 |
| double BaseLib::DeviceDescription::Packet::subtypeSize = -1 |
| int32_t BaseLib::DeviceDescription::Packet::type = -1 |