TIM SDK
TIM API C
update_status.h File Reference

Description

Contains the current software update status.

Used in the SoftwareUpdate response returned by the treminal.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_update_status ta_e_update_status_t
 

Enumerations

enum  ta_e_update_status { ta_c_us_undefined = 0 , ta_c_us_up_to_date = 1 , ta_c_us_running_no_reboot = 2 , ta_c_us_running_reboot = 3 }
 

Typedef Documentation

◆ ta_e_update_status_t

Contains the current software update status.

Used in the SoftwareUpdate response returned by the treminal.

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_update_status

Contains the current software update status.

Used in the SoftwareUpdate response returned by the treminal.

The following values are valid:

Specification: retail.

Enumerator
ta_c_us_undefined 

Undefined/invalid value.

ta_c_us_up_to_date 

The actual software is up to date and no software update will be made.

Specification: retail.

ta_c_us_running_no_reboot 

The software update is running. No terminal reboot is needed to complete it.

Specification: retail.

ta_c_us_running_reboot 

The software update is running. At least one (or more) terminal reboot(s) is/are needed to complete it.

Specification: retail.