Skip to main content

dv_endpoint_t

Type Alias dv_endpoint_t 

Source
pub type dv_endpoint_t = dv_endpoint;
Expand description

Endpoint/Endpoint Group object

Aliased Type§

#[repr(C)]
pub struct dv_endpoint_t { pub handle: *mut c_void, pub session: *mut dv_session, pub num_ep: i32, pub grp_type: u32, pub ep_info_list: *mut *mut dv_endpoint_info, }

Fields§

§handle: *mut c_void

< endpoint private handle, managed by client library

§session: *mut dv_session

< session handle on which endpoint is queried

§num_ep: i32

< number of endpoints in the group

§grp_type: u32

< endpoint group type

§ep_info_list: *mut *mut dv_endpoint_info

< list of configuration for all the endpoint(s) in the group