Skip to content

Commit

Permalink
Merge pull request #241 from fgonzal/master
Browse files Browse the repository at this point in the history
Client simulator: fix documentation for binary fields
  • Loading branch information
ar authored Mar 1, 2022
2 parents 6fa4b0d + 027b2d2 commit 576356f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/asciidoc/module_client_simulator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ such, so you can write:
<field id="7" value="ISODate.getANSIDate (new Date())" />
<field id="11" value="! System.currentTimeMillis() % 1000000" />
<field id="41" value="! terminal" />
<field id="52" value="@ pinblk" />
<field id="52" value="# pinblk" />
</isomsg>
--------------------------------------------------------------------

Please note that in our example terminal is a runtime script variable
that we've defined in our block. The '*@*' characters operates in a
that we've defined in our block. The '*#*' characters operates in a
similar way as the '*!*' character, but the resulting value, which is
supposed to be an hexadecimal string, is converted to `byte[]` using
`ISOUtil.hex2byte(String)` in order to produce an `ISOBinaryField`.
Expand Down

0 comments on commit 576356f

Please # to comment.