118 #pragma pack(push, 1)
UCAsyncCallbackFn callback
UCError UCClose(UCHandle handle)
UCError UCDeleteSysConfig(UCHandle handle, uint32_t count, UCSysConfig *settings)
UCError UCWriteSysConfig(UCHandle handle, uint32_t count, UCSysConfig *settings)
UCError UCDeleteSysConfigAsync(UCHandle handle, uint32_t count, UCSysConfig *settings, UCAsyncParams *asyncParams)
void(* UCAsyncCallbackFn)(UCError result, UCCommand command, uint32_t count, UCSysConfig *settings, void *context)
UCError UCWriteSysConfigAsync(UCHandle handle, uint32_t count, UCSysConfig *settings, UCAsyncParams *asyncParams)
UCError UCReadSysConfig(UCHandle handle, uint32_t count, UCSysConfig *settings)
UCError UCReadSysConfigAsync(UCHandle handle, uint32_t count, UCSysConfig *settings, UCAsyncParams *asyncParams)
@ UC_DATATYPE_UNSIGNED_BYTE
@ UC_DATATYPE_UNSIGNED_INT
@ UC_DATATYPE_UNSIGNED_SHORT
@ UC_ERROR_NO_IPC_BUFFERS
@ UC_ERROR_FILE_LOCK_NEEDED
@ UC_ERROR_ROOT_KEYS_DIFFER
@ UC_ERROR_INVALID_LOCATION
@ UC_ERROR_FILE_SYS_MOUNT
@ UC_ERROR_STRING_TOO_LONG
@ UC_CMD_DELETE_SYS_CONFIG
@ UC_CMD_WRITE_SYS_CONFIG
@ UC_CMD_QUERY_SYS_CONFIG