Skip to main content

switch_device_node_t

Type Alias switch_device_node_t 

Source
pub type switch_device_node_t = device_uuid_node_s;

Aliased Type§

#[repr(C)]
pub struct switch_device_node_t { pub uuid: *mut i8, pub xml_cdr: *mut switch_xml, pub event: *mut switch_event, pub callstate: u32, pub hold_record: *mut switch_hold_record_s, pub hup_profile: *mut switch_caller_profile, pub direction: u32, pub parent: *mut switch_device_record_s, pub next: *mut device_uuid_node_s, }

Fields§

§uuid: *mut i8§xml_cdr: *mut switch_xml§event: *mut switch_event§callstate: u32§hold_record: *mut switch_hold_record_s§hup_profile: *mut switch_caller_profile§direction: u32§parent: *mut switch_device_record_s§next: *mut device_uuid_node_s