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: SIX Payment Services.
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, ta_c_iff_jpeg, ta_c_iff_png, ta_c_iff_bmp } |
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. |