Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c4925 UCHAR identifier[2]; in _nxd_mqtt_client_publish() local
4936 identifier[0] = (UCHAR)(client_ptr -> nxd_mqtt_client_packet_identifier >> 8); in _nxd_mqtt_client_publish()
4937 identifier[1] = (client_ptr -> nxd_mqtt_client_packet_identifier & 0xFF); in _nxd_mqtt_client_publish()
4949 ret = nx_packet_data_append(packet_ptr, identifier, 2, in _nxd_mqtt_client_publish()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt3560 numeric identifier (supplied by the application). This allows a TLS server
3564 handshake, and the numeric identifier allows for name conflicts between
5399 …Fixed the bug of DHCPv4 Client option added operation: added Server identifier option in DHCP Decl…