Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Tag

Format

Usage

Transaction Time

9F21

BCD; 6
HMS, two nibbles per element
Ex: [0x16, 0x17, 0x27] (16:17:27)

Time at which the current action is performed

Transaction Date

9A

BCD; 6
YMD, two nibbles per element
Ex: [0x20, 0x08, 0x16] (2020-aug-16)

Date at which the current action is performed

Local Time Zone

DF9F3F

i8; 2
Hour and minute offset, one byte each
Ex: [-5, 0]

Local Timezone in which the current action is performed

Reference Data

DF37

ASCII; var

Ex : [01], [03] TRX000001

Reference of the transaction to produce the completion message.

Previously sent in the Transaction ID response of either doGetCylicActions or doGetPendingTransactions function return.

...

Name

Tag

Format

Usage

External Message

DF9F14

ASCII, var

Message to send

Reference Data

DF37

ASCII, ; var

Ex : TRX000001

Echo of the reference sent in the parameters

Status

DF9F34

Expand
titlePossible Values

00: STATUS_OK

01: STATUS_NOK

Status of the message creation

Host Identification

...

Code Block
breakoutModefull-width
- FFBF3C
  - FF01
      - DF01 : 01
      - DF02 : 00
      - DF03 : 01      
    - FF05
        - FF9F26
          - DF9F25 : 42
          - D5 : 00 00 00 04 20 00
        - FF9F27
          - DF9F25 : 1
          - D5 : 00 00 00 00 10 00
        - FF9F28
          - DF9F25 : 3
          - D5 : 00 00 00 00 13 37
        - FF9F29
          - DF9F25 : 1
          - D5 : 00 00 00 00 10 00
        - FF9F2A
          - DF9F25 : 6
          - D5 : 00 00 00 66 00 00
        - FF9F2B
          - DF9F25 : 1
          - D5 : 00 80 00 00 00 00
        - FF9F2C
          - DF9F25 : 42
          - D5 : 00 00 00 04 20 00
        - FF9F2D
          - DF9F25 : 1
          - D5 : 00 00 00 00 10 00
        - FF9F2E
          - DF9F25 : 3
          - D5 : 00 00 00 00 13 37
        - FF9F2F
          - DF9F25 : 1
          - D5 : 00 00 00 00 10 00
        - FF9F30
          - DF9F25 : 6
          - D5 : 00 00 00 66 00 00
        - FF9F31
          - DF9F25 : 1
          - D5 : 00 80 00 00 00 00

Anchor
doGetTrxInfo
doGetTrxInfo

doGetTrxInfo

...