le_atServer_common.h
Go to the documentation of this file.
31 //--------------------------------------------------------------------------------------------------35 //--------------------------------------------------------------------------------------------------38 //--------------------------------------------------------------------------------------------------42 //--------------------------------------------------------------------------------------------------45 //--------------------------------------------------------------------------------------------------49 //--------------------------------------------------------------------------------------------------52 //--------------------------------------------------------------------------------------------------56 //--------------------------------------------------------------------------------------------------60 //--------------------------------------------------------------------------------------------------64 //--------------------------------------------------------------------------------------------------68 //--------------------------------------------------------------------------------------------------72 //--------------------------------------------------------------------------------------------------76 //--------------------------------------------------------------------------------------------------80 //--------------------------------------------------------------------------------------------------84 //--------------------------------------------------------------------------------------------------89 //--------------------------------------------------------------------------------------------------104 //--------------------------------------------------------------------------------------------------108 //--------------------------------------------------------------------------------------------------125 //--------------------------------------------------------------------------------------------------129 //--------------------------------------------------------------------------------------------------140 //--------------------------------------------------------------------------------------------------144 //--------------------------------------------------------------------------------------------------148 //--------------------------------------------------------------------------------------------------152 //--------------------------------------------------------------------------------------------------156 //--------------------------------------------------------------------------------------------------161 //--------------------------------------------------------------------------------------------------163 (170 //--------------------------------------------------------------------------------------------------177 //--------------------------------------------------------------------------------------------------179 (190 //--------------------------------------------------------------------------------------------------200 //--------------------------------------------------------------------------------------------------202 (216 //--------------------------------------------------------------------------------------------------220 //--------------------------------------------------------------------------------------------------227 //--------------------------------------------------------------------------------------------------231 //--------------------------------------------------------------------------------------------------238 //--------------------------------------------------------------------------------------------------242 //--------------------------------------------------------------------------------------------------249 //--------------------------------------------------------------------------------------------------262 //--------------------------------------------------------------------------------------------------270 //--------------------------------------------------------------------------------------------------283 //--------------------------------------------------------------------------------------------------291 //--------------------------------------------------------------------------------------------------303 //--------------------------------------------------------------------------------------------------311 //--------------------------------------------------------------------------------------------------322 //--------------------------------------------------------------------------------------------------330 //--------------------------------------------------------------------------------------------------338 //--------------------------------------------------------------------------------------------------346 //--------------------------------------------------------------------------------------------------356 //--------------------------------------------------------------------------------------------------364 //--------------------------------------------------------------------------------------------------371 //--------------------------------------------------------------------------------------------------382 //--------------------------------------------------------------------------------------------------386 //--------------------------------------------------------------------------------------------------394 //--------------------------------------------------------------------------------------------------401 //--------------------------------------------------------------------------------------------------413 //--------------------------------------------------------------------------------------------------417 //--------------------------------------------------------------------------------------------------425 //--------------------------------------------------------------------------------------------------438 //--------------------------------------------------------------------------------------------------452 //--------------------------------------------------------------------------------------------------461 //--------------------------------------------------------------------------------------------------473 //--------------------------------------------------------------------------------------------------483 //--------------------------------------------------------------------------------------------------493 //--------------------------------------------------------------------------------------------------502 //--------------------------------------------------------------------------------------------------513 //--------------------------------------------------------------------------------------------------523 //--------------------------------------------------------------------------------------------------531 //--------------------------------------------------------------------------------------------------540 //--------------------------------------------------------------------------------------------------554 //--------------------------------------------------------------------------------------------------563 //--------------------------------------------------------------------------------------------------579 //--------------------------------------------------------------------------------------------------587 //--------------------------------------------------------------------------------------------------595 //--------------------------------------------------------------------------------------------------603 //--------------------------------------------------------------------------------------------------611 //--------------------------------------------------------------------------------------------------614 * All unknown AT commands will be sent on this alternative file descriptor thanks to the AT client621 //--------------------------------------------------------------------------------------------------629 //--------------------------------------------------------------------------------------------------638 //--------------------------------------------------------------------------------------------------646 //--------------------------------------------------------------------------------------------------655 //--------------------------------------------------------------------------------------------------665 //--------------------------------------------------------------------------------------------------675 //--------------------------------------------------------------------------------------------------685 //--------------------------------------------------------------------------------------------------689 //--------------------------------------------------------------------------------------------------695 //--------------------------------------------------------------------------------------------------699 //--------------------------------------------------------------------------------------------------705 //--------------------------------------------------------------------------------------------------709 //--------------------------------------------------------------------------------------------------715 //--------------------------------------------------------------------------------------------------726 //--------------------------------------------------------------------------------------------------736 //--------------------------------------------------------------------------------------------------744 //--------------------------------------------------------------------------------------------------752 //--------------------------------------------------------------------------------------------------760 //--------------------------------------------------------------------------------------------------770 //--------------------------------------------------------------------------------------------------780 //--------------------------------------------------------------------------------------------------void(* le_atServer_CommandHandlerFunc_t)(le_atServer_CmdRef_t commandRef, le_atServer_Type_t type, uint32_t parametersNumber, void *contextPtr)Definition: le_atServer_common.h:179struct le_atServer_ErrorCode * le_atServer_ErrorCodeRef_tDefinition: le_atServer_common.h:81struct le_atServer_CmdRegistrationHandler * le_atServer_CmdRegistrationHandlerRef_tDefinition: le_atServer_common.h:145void(* le_atServer_CmdRegistrationHandlerFunc_t)(le_atServer_CmdRef_t commandRef, void *contextPtr)Definition: le_atServer_common.h:163struct le_atServer_Device * le_atServer_DeviceRef_tDefinition: le_atServer_common.h:65struct le_atServer_Cmd * le_atServer_CmdRef_tDefinition: le_atServer_common.h:57AT command received with parameters (e.g. 'AT+CMD=x,y')Definition: le_atServer_common.h:94action will be done on a specified deviceDefinition: le_atServer_common.h:134void(* le_atServer_GetTextCallbackFunc_t)(le_atServer_CmdRef_t cmdRef, le_result_t result, const char *LE_NONNULL text, uint32_t len, void *contextPtr)Definition: le_atServer_common.h:202struct le_atServer_Bridge * le_atServer_BridgeRef_tDefinition: le_atServer_common.h:73action will be done on all bound devicesDefinition: le_atServer_common.h:132struct le_atServer_CommandHandler * le_atServer_CommandHandlerRef_tDefinition: le_atServer_common.h:153