![]() |
![]() |
TI-OpenThread
1.08.02.01
|
Go to the source code of this file.
Functions | |
void | processKeyChangeCB (Button_Handle _buttonHandle, Button_EventMask _buttonEvents) |
Handles the key pressed events for examples. More... | |
void | processMenuUpdateFn (void) |
Handles CUI Menu update events for examples. More... | |
void | tiopCUIInit (char *appString, Button_Handle *rightButtonHandle) |
Initialize example CUI functionality. More... | |
void | tiopCUINwkReset (const char _input, char *_pLines[3], CUI_cursorInfo_t *_pCurInfo) |
Reset the OpenThread Instance as well as clear out the previous network data. CUI function type that is called when the Nwk reset menu option is selected in the Example CUI menu. More... | |
void | tiopCUIReset (const char _input, char *_pLines[3], CUI_cursorInfo_t *_pCurInfo) |
Reset the OpenThread Instance without clearing out previous network data. CUI function type that is called when the reset menu option is selected in the Example CUI menu. More... | |
void | tiopCUIUpdateApp (char *appInfo) |
Update Application specific CUI output line. More... | |
void | tiopCUIUpdateChannel (uint8_t ch) |
Update channel CUI output. More... | |
void | tiopCUIUpdateConnStatus (cuiConn status) |
Update connection status CUI output line. More... | |
void | tiopCUIUpdateDeviceInfo (void) |
Update device info CUI output line. More... | |
void | tiopCUIUpdateExtPANID (otExtendedPanId extPan) |
Update Extended panid CUI output. More... | |
void | tiopCUIUpdateMasterkey (otMasterKey key) |
Update masterkey CUI output. More... | |
void | tiopCUIUpdateNwkName (const char *name) |
Update network name CUI output. More... | |
void | tiopCUIUpdatePANID (otPanId pan) |
Update panid CUI output. More... | |
void | tiopCUIUpdateRole (otDeviceRole role) |
Update device role CUI output line. More... | |
void | tiopCUIUpdateShortAddr (otShortAddress s) |
Update short address CUI output. More... | |
void | uiActionAttach (const int32_t _itemEntry) |
Handles attach menu option event for examples. More... | |
void | uiActionJoin (const int32_t _itemEntry) |
Handles join menu option event for examples. More... | |
void | uiActionProcessConfigureChannel (const char _input, char *_pLines[3], CUI_cursorInfo_t *_pCurInfo) |
Handle reading user input into the channel configuration in CUI. More... | |
void | uiActionProcessConfigurePanId (const char _input, char *_pLines[3], CUI_cursorInfo_t *_pCurInfo) |
Handle reading user input into the panid configuration in CUI. More... | |
enum cuiConn |
Connection status
void tiopCUIInit | ( | char * | appString, |
Button_Handle * | rightButtonHandle | ||
) |
Initialize example CUI functionality.
rightButtonHandle | a pointer to the button handle to be filled for the application |
appString | contains the application specific string to be output |
documented in tiop_ui.h
void tiopCUIUpdateRole | ( | otDeviceRole | role | ) |
Update device role CUI output line.
role | contains the role the device is in the network |
documented in tiop_ui.h
void tiopCUIUpdateDeviceInfo | ( | void | ) |
Update device info CUI output line.
documented in tiop_ui.h
void tiopCUIUpdatePANID | ( | otPanId | pan | ) |
Update panid CUI output.
pan | contains the panid for the network |
documented in tiop_ui.h
void tiopCUIUpdateChannel | ( | uint8_t | ch | ) |
Update channel CUI output.
ch | contains the channel for the network |
documented in tiop_ui.h
void tiopCUIUpdateShortAddr | ( | otShortAddress | s | ) |
Update short address CUI output.
s | contains the short address for the device |
documented in tiop_ui.h
void tiopCUIUpdateMasterkey | ( | otMasterKey | key | ) |
Update masterkey CUI output.
key | contains the masterkey for the network |
documented in tiop_ui.h
void tiopCUIUpdateExtPANID | ( | otExtendedPanId | extPan | ) |
Update Extended panid CUI output.
extPan | contains the extended pan id for the network |
documented in tiop_ui.h
void tiopCUIUpdateNwkName | ( | const char * | name | ) |
Update network name CUI output.
name | contains the name of the network |
documented in tiop_ui.h
void tiopCUIUpdateConnStatus | ( | cuiConn | status | ) |
Update connection status CUI output line.
status | contains the connection status for the device to the network |
documented in tiop_ui.h
void tiopCUIUpdateApp | ( | char * | appInfo | ) |
Update Application specific CUI output line.
appInfo | contains the application specific string to be output |
documented in tiop_ui.h
void uiActionProcessConfigurePanId | ( | const char | _input, |
char * | _pLines[3], | ||
CUI_cursorInfo_t * | _pCurInfo | ||
) |
Handle reading user input into the panid configuration in CUI.
documented in tiop_ui.h
void uiActionProcessConfigureChannel | ( | const char | _input, |
char * | _pLines[3], | ||
CUI_cursorInfo_t * | _pCurInfo | ||
) |
Handle reading user input into the channel configuration in CUI.
documented in tiop_ui.h
void uiActionAttach | ( | const int32_t | _itemEntry | ) |
Handles attach menu option event for examples.
void uiActionJoin | ( | const int32_t | _itemEntry | ) |
Handles join menu option event for examples.
void processKeyChangeCB | ( | Button_Handle | _buttonHandle, |
Button_EventMask | _buttonEvents | ||
) |
Handles the key pressed events for examples.
Handles the key pressed events for examples.
_buttonHandle | identifies which keys were pressed |
_buttonEvents | identifies the event that occurred on the key |
void processMenuUpdateFn | ( | void | ) |
Handles CUI Menu update events for examples.
void tiopCUINwkReset | ( | const char | _input, |
char * | _pLines[3], | ||
CUI_cursorInfo_t * | _pCurInfo | ||
) |
Reset the OpenThread Instance as well as clear out the previous network data. CUI function type that is called when the Nwk reset menu option is selected in the Example CUI menu.
void tiopCUIReset | ( | const char | _input, |
char * | _pLines[3], | ||
CUI_cursorInfo_t * | _pCurInfo | ||
) |
Reset the OpenThread Instance without clearing out previous network data. CUI function type that is called when the reset menu option is selected in the Example CUI menu.