Type Alias switch_device_stats_t
Source pub type switch_device_stats_t = switch_device_stats_s;
#[repr(C)]
pub struct switch_device_stats_t {Show 25 fields
pub total: u32,
pub total_in: u32,
pub total_out: u32,
pub offhook: u32,
pub offhook_in: u32,
pub offhook_out: u32,
pub active: u32,
pub active_in: u32,
pub active_out: u32,
pub held: u32,
pub held_in: u32,
pub held_out: u32,
pub unheld: u32,
pub unheld_in: u32,
pub unheld_out: u32,
pub hup: u32,
pub hup_in: u32,
pub hup_out: u32,
pub ringing: u32,
pub ringing_in: u32,
pub ringing_out: u32,
pub early: u32,
pub early_in: u32,
pub early_out: u32,
pub ring_wait: u32,
}