Mqtt Toolkit - @octave_mqtt/flush


: flush (obj)

Flush a MQTT client connection

Inputs

obj

A previously created octave_mqtt object

Outputs

None

Examples

Open a client and flush the input

 
 client = mqttclient("tcp://127.0.0.1");
 flush(client);
 
 

See also: mqttclient.