Searched defs:CDmDeviceInfo (Results 1 – 3 of 3) sorted by relevance
50 pub struct CDmDeviceInfo { struct52 pub device_id: *const c_char,54 pub device_name: *const c_char,56 pub device_type_id: u16,58 pub network_id: *const c_char,60 pub range: i32,62 pub auth_form: CDmAuthForm,102 pub unsafe extern "C" fn on_device_online(device_info_ptr: *const CDmDeviceInfo) { in on_device_online()120 pub unsafe extern "C" fn on_device_changed(_device_info_ptr: *const CDmDeviceInfo) { in on_device_changed()129 pub unsafe extern "C" fn on_device_ready(_device_info_ptr: *const CDmDeviceInfo) { in on_device_ready()[all …]
23 struct CDmDeviceInfo { struct33 void (*onDeviceOnline)(const CDmDeviceInfo* deviceInfo); argument
33 pub unsafe fn as_inner(&self) -> *const CDmDeviceInfo { in as_inner()