libmygpio
libmygpio API documentation
Loading...
Searching...
No Matches
Protocol

This module provides generic myGPIOd protocol functions. More...

Functions

bool mygpio_response_end (struct t_mygpio_connection *connection)

Detailed Description

This module provides generic myGPIOd protocol functions.

Function Documentation

◆ mygpio_response_end()

bool mygpio_response_end ( struct t_mygpio_connection * connection)

Finishes reading the response from myGPIOd and empties the input buffer.

Parameters
connectionPointer to the connection struct returned by mygpio_connection_new.
Returns
true on success, else false