Module safe_app::ffi [] [src]

FFI

Modules

access_container

Access container

cipher_opt

Cipher Options

crypto

Crypto-related routines

immutable_data

Low level manipulation of ImmutableData

ipc

IPC utilities App-related IPC utilities.

logging

Logging operations Logging utilities

mdata_info

MDataInfo operations

mutable_data

Low level manipulation of MutableData

nfs

NFS API

Functions

app_free

Discard and clean up the previously allocated app instance. Use this only if the app is obtained from one of the auth functions in this crate. Using app after a call to this function is undefined behaviour.

app_reconnect

Try to restore a failed connection with the network.

app_registered

Create a registered app. The user_data parameter corresponds to the first parameter of the o_cb callback, while network_cb_user_data corresponds to the first parameter of o_network_observer_cb.

app_unregistered

Create unregistered app. The user_data parameter corresponds to the first parameter of the o_cb callback, while network_cb_user_data corresponds to the first parameter of o_network_observer_cb.