AWS IoT Device SDK C: MQTT
MQTT 3.1.1 client library
Return to main page ↑
iot_test_access_mqtt_subscription.c File Reference

Provides access to the internal functions and variables of iot_mqtt_subscription.c. More...

Functions

bool IotTestMqtt_topicMatch (const IotLink_t *pSubscriptionLink, void *pMatch)
 Test access function for _topicMatch. More...
 
bool IotTestMqtt_packetMatch (const IotLink_t *pSubscriptionLink, void *pMatch)
 Test access function for _packetMatch. More...
 

Detailed Description

Provides access to the internal functions and variables of iot_mqtt_subscription.c.

This file should only be included at the bottom of iot_mqtt_subscription.c and never compiled by itself.

Function Documentation

◆ IotTestMqtt_topicMatch()

bool IotTestMqtt_topicMatch ( const IotLink_t pSubscriptionLink,
void *  pMatch 
)

Test access function for _topicMatch.

See also
_topicMatch.

◆ IotTestMqtt_packetMatch()

bool IotTestMqtt_packetMatch ( const IotLink_t pSubscriptionLink,
void *  pMatch 
)

Test access function for _packetMatch.

See also
_packetMatch.