TIM SDK
TIM API C
|
|
Custom receipt formatter line definition.
Contains array of text elements.
Data Fields | |
const ta_s_custom_receipt_formatter_text_element_t * | elements |
Array of elements in the line. More... | |
size_t | element_count |
Number of elements in array. | |
ta_e_custom_receipt_formatter_condition_t | condition |
Condition. | |
char | padding |
Padding character. More... | |
const ta_s_custom_receipt_formatter_text_element_t* ta_s_custom_receipt_formatter_line_format::elements |
Array of elements in the line.
Array has to point to valid memory location during construction of the object. After the object has been constructed the memory location can become invalid.
If array count is 0 the array pointer can be 0-pointer.
char ta_s_custom_receipt_formatter_line_format::padding |
Padding character.
Character has to be a valid printable character.