Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::prop::DEF_PROPERTY_TRAIT

DEF_PROPERTY_TRAIT(
    payload_format_indicator,
    std::optional< uint8_t >);
  » more...

DEF_PROPERTY_TRAIT(
    message_expiry_interval,
    std::optional< uint32_t >);
  » more...

DEF_PROPERTY_TRAIT(
    content_type,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    response_topic,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    correlation_data,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    subscription_identifier,
    boost::mqtt5::prop::subscription_identifiers);
  » more...

DEF_PROPERTY_TRAIT(
    session_expiry_interval,
    std::optional< uint32_t >);
  » more...

DEF_PROPERTY_TRAIT(
    assigned_client_identifier,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    server_keep_alive,
    std::optional< uint16_t >);
  » more...

DEF_PROPERTY_TRAIT(
    authentication_method,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    authentication_data,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    request_problem_information,
    std::optional< uint8_t >);
  » more...

DEF_PROPERTY_TRAIT(
    will_delay_interval,
    std::optional< uint32_t >);
  » more...

DEF_PROPERTY_TRAIT(
    request_response_information,
    std::optional< uint8_t >);
  » more...

DEF_PROPERTY_TRAIT(
    response_information,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    server_reference,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    reason_string,
    std::optional< std::string >);
  » more...

DEF_PROPERTY_TRAIT(
    receive_maximum,
    std::optional< uint16_t >);
  » more...

DEF_PROPERTY_TRAIT(
    topic_alias_maximum,
    std::optional< uint16_t >);
  » more...

DEF_PROPERTY_TRAIT(
    topic_alias,
    std::optional< uint16_t >);
  » more...

DEF_PROPERTY_TRAIT(
    maximum_qos,
    std::optional< uint8_t >);
  » more...

DEF_PROPERTY_TRAIT(
    retain_available,
    std::optional< uint8_t >);
  » more...

DEF_PROPERTY_TRAIT(
    user_property,
    boost::mqtt5::prop::user_property_value_t);
  » more...

DEF_PROPERTY_TRAIT(
    maximum_packet_size,
    std::optional< uint32_t >);
  » more...

DEF_PROPERTY_TRAIT(
    wildcard_subscription_available,
    std::optional< uint8_t >);
  » more...

DEF_PROPERTY_TRAIT(
    subscription_identifier_available,
    std::optional< uint8_t >);
  » more...

DEF_PROPERTY_TRAIT(
    shared_subscription_available,
    std::optional< uint8_t >);
  » more...

PrevUpHomeNext