Function videocore_gencmd::ffi::vc_vchi_gencmd_init[][src]

pub unsafe extern "C" fn vc_vchi_gencmd_init(
    initialise_instance: VCHI_INSTANCE_T,
    connections: *mut *mut VCHI_CONNECTION_T,
    num_connections: u32
)
Expand description

NAME vc_vchi_gencmd_init

SYNOPSIS void vc_vchi_gencmd_init(VCHI_INSTANCE_T initialise_instance, VCHI_CONNECTION_T **connections, uint32_t num_connections )

FUNCTION Initialise the general command service for use. A negative return value indicates failure (which may mean it has not been started on VideoCore).

RETURNS int