IOBluetoothOBEXSessionOpenConnectionCallback

Type Alias IOBluetoothOBEXSessionOpenConnectionCallback 

Source
pub type IOBluetoothOBEXSessionOpenConnectionCallback = Option<unsafe extern "C-unwind" fn(OBEXSessionRef, OBEXError, *mut c_void)>;
Available on crate features OBEX and OBEXBluetooth only.
Expand description

Aliased Type§

pub enum IOBluetoothOBEXSessionOpenConnectionCallback {
    None,
    Some(unsafe extern "C-unwind" fn(*mut OpaqueOBEXSessionRef, i32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut OpaqueOBEXSessionRef, i32, *mut c_void))

Some value of type T.