pub type protocomm_t = protocomm;
Expand description
@brief This structure corresponds to a unique instance of protocomm
returned when the API protocomm_new()
is called. The remaining
Protocomm APIs require this object as the first parameter.
@note Structure of the protocomm object is kept private
Aliased Typeยง
struct protocomm_t { /* private fields */ }