le_cfgAdmin_interface.h File Reference
Go to the source code of this file.
Typedefs | |
typedef void(* | le_cfgAdmin_DisconnectHandler_t) (void *) |
Functions | |
void | le_cfgAdmin_ConnectService (void) |
le_result_t | le_cfgAdmin_TryConnectService (void) |
LE_FULL_API void | le_cfgAdmin_SetServerDisconnectHandler (le_cfgAdmin_DisconnectHandler_t disconnectHandler, void *contextPtr) |
void | le_cfgAdmin_DisconnectService (void) |
le_result_t | le_cfgAdmin_ImportTree (le_cfg_IteratorRef_t iteratorRef, const char *LE_NONNULL filePath, const char *LE_NONNULL nodePath) |
le_result_t | le_cfgAdmin_ExportTree (le_cfg_IteratorRef_t iteratorRef, const char *LE_NONNULL filePath, const char *LE_NONNULL nodePath) |
void | le_cfgAdmin_DeleteTree (const char *LE_NONNULL treeName) |
le_cfgAdmin_IteratorRef_t | le_cfgAdmin_CreateTreeIterator (void) |
void | le_cfgAdmin_ReleaseTreeIterator (le_cfgAdmin_IteratorRef_t iteratorRef) |
le_result_t | le_cfgAdmin_GetTreeName (le_cfgAdmin_IteratorRef_t iteratorRef, char *name, size_t nameSize) |
le_result_t | le_cfgAdmin_NextTree (le_cfgAdmin_IteratorRef_t iteratorRef) |
Detailed Description
Legato Config Tree Admin API include file.
Copyright (C) Sierra Wireless Inc.