Skip to main content

NetworkConnectionFlags

Type Alias NetworkConnectionFlags 

Source
pub type NetworkConnectionFlags = ReachabilityFlags;
Expand description

Re-exports the corresponding SystemConfiguration wrappers. Alias for SCNetworkConnectionFlags values.

Aliased Type§

pub struct NetworkConnectionFlags(pub u32);

Tuple Fields§

§0: u32

Wraps the raw SCNetworkReachabilityFlags bitfield.