File Information
Library: IoT/MQTT
Package: MQTTClient
Header: IoT/MQTT/Types.h
Description
Variables
binaryValue
Poco::Optional < std::vector < char >> binaryValue;
Binary Data value
byteValue
Poco::Optional < Poco::UInt8 > byteValue;
Byte value
identifier
PropertyID identifier = PROP_USER_PROPERTY;
Property Identifier
name
Poco::Optional < std::string > name;
Name of User Property (UTF-8 encoded)
stringValue
Poco::Optional < std::string > stringValue;
UTF-8 Encoded String value
uint16Value
Poco::Optional < Poco::UInt16 > uint16Value;
Two Byte Integer value
uint32Value
Poco::Optional < Poco::UInt32 > uint32Value;
Four Byte Integer or Variable Byte Integer value