Type Alias libosdp_sys::osdp_t

source ·
pub type osdp_t = c_void;
Expand description

@brief To keep the OSDP internal data structures from polluting the exposed headers, they are typedefed to void before sending them to the upper layers. This level of abstraction looked reasonable as technically no one should attempt to modify it outside of the LibOSDP and their definition may change at any time.

Aliased Type§

enum osdp_t {
    // some variants omitted
}

Variants§