Skip to main content

EOS_RTC_OnDisconnectedCallback

Type Alias EOS_RTC_OnDisconnectedCallback 

Source
pub type EOS_RTC_OnDisconnectedCallback = Option<unsafe extern "C" fn(Data: *const EOS_RTC_DisconnectedCallbackInfo)>;
Expand description

Function prototype definition for notifications that come from EOS_RTC_AddNotifyDisconnected

@param Data A EOS_RTC_DisconnectedCallbackInfo containing the output information and result

Aliased Type§

pub enum EOS_RTC_OnDisconnectedCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_RTC_DisconnectedCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_RTC_DisconnectedCallbackInfo))

Some value of type T.