TIM SDK
TIM API C
|
|
Defines the file format of the signature image.
This field can either be used as attribute in the <sixml:SignatureData> tag to define the file format of the signature image that is wished to be returned, or in the <sixml:SignatureInformation> to specify the file format of the signature image that has actually been returned from the terminal.
The following values are valid:
Copyright: Worldline.
Typedefs | |
typedef enum ta_e_image_file_format | ta_e_image_file_format_t |
Enumerations | |
enum | ta_e_image_file_format { ta_c_iff_undefined = 0 , ta_c_iff_jpeg = 1 , ta_c_iff_png = 2 , ta_c_iff_bmp = 3 } |
typedef enum ta_e_image_file_format ta_e_image_file_format_t |
Defines the file format of the signature image.
This field can either be used as attribute in the <sixml:SignatureData> tag to define the file format of the signature image that is wished to be returned, or in the <sixml:SignatureInformation> to specify the file format of the signature image that has actually been returned from the terminal.
The following values are valid:
Specification: retail.
Defines the file format of the signature image.
This field can either be used as attribute in the <sixml:SignatureData> tag to define the file format of the signature image that is wished to be returned, or in the <sixml:SignatureInformation> to specify the file format of the signature image that has actually been returned from the terminal.
The following values are valid:
Specification: retail.
Enumerator | |
---|---|
ta_c_iff_undefined | Undefined/invalid value. |
ta_c_iff_jpeg | JPEG format. Specification: retail. |
ta_c_iff_png | PNG format. Specification: retail. |
ta_c_iff_bmp | BMP format. Specification: retail. |