ohos-netmanager-sys 0.1.0

Raw bindings to the OpenHarmony NetworkKit (netmanager) native APIs
Documentation
1
2
3
4
5
6
7
//! Data structures for the C APIs of the network connection module.

#[link(name = "net_connection")]
unsafe extern "C" {}

mod net_connection_type_ffi;
pub use net_connection_type_ffi::*;