Zigbee Protocol Controller 1.6.0
Capabilities for updating the NCP

This header contains the external interface for the component responsible for updating the Protocol Controller's NCP radio. More...

Functions

sl_status_t zigpc_ncp_updater_setup (void)
 
sl_status_t zigpc_ncp_updater_run (const char *serial_path, const char *firmware_path)
 
void zigpc_ncp_update_progress (int offset, int size)
 
int zigpc_ncp_updater_shutdown (void)
 

Detailed Description

This header contains the external interface for the component responsible for updating the Protocol Controller's NCP radio.

Function Documentation

◆ zigpc_ncp_update_progress()

void zigpc_ncp_update_progress ( int  offset,
int  size 
)

◆ zigpc_ncp_updater_run()

sl_status_t zigpc_ncp_updater_run ( const char *  serial_path,
const char *  firmware_path 
)

◆ zigpc_ncp_updater_setup()

sl_status_t zigpc_ncp_updater_setup ( void  )

◆ zigpc_ncp_updater_shutdown()

int zigpc_ncp_updater_shutdown ( void  )