ohos-netmanager-sys 0.1.0

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

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

mod net_connection_ffi;
pub use net_connection_ffi::*;