internal API for ZigPC SmartStart
More...
internal API for ZigPC SmartStart
◆ zigpc_smartstart_dsk_parse_install_code()
Parse a SmartStart DSK in the form of Z3 Install Code configuration.
- Parameters
-
dsk | DSK string to parse |
dsk_content | DSK content to populate. |
- Returns
- sl_status_t SL_STATUS_OK if parsing is successful, SL_STATUS_FAIL otherwise.
◆ zigpc_smartstart_get_unid()
Get UNID from EUI64 representation.
- Parameters
-
- Returns
- std::string UNID string if successful, empty otherwise.
◆ zigpc_smartstart_init_observers()
Setup function to initialize observers.
◆ zigpc_smartstart_on_list_update()
void zigpc_smartstart_on_list_update |
( |
bool |
entries_pending_inclusion | ) |
|
Callback invokved when the smartstart list has been updated.
- Parameters
-
entries_pending_inclusion | Bool value indicating if the list contains some entries pending inclusion. |
◆ zigpc_smartstart_on_network_init()
void zigpc_smartstart_on_network_init |
( |
void * |
event_data | ) |
|
Callback invoked when the network has initialized.
- Parameters
-
◆ zigpc_smartstart_on_node_added()
void zigpc_smartstart_on_node_added |
( |
void * |
event_data | ) |
|
Callback invoked when node addition has completed.
- Parameters
-
◆ zigpc_smartstart_on_node_removed()
void zigpc_smartstart_on_node_removed |
( |
void * |
event_data | ) |
|
Callback invoked when node removal has completed.
- Parameters
-
◆ LOG_TAG