test config for binary headers #60

This commit is contained in:
Enrique Zamudio
2016-07-01 08:59:21 -05:00
parent 73c915ed95
commit 9746b00eca

View File

@@ -11,6 +11,7 @@
<header type="0410" ref="0210" />
<header type="0800">ISO015000015</header>
<header type="0810" ref="0800"/>
<header type="0280" binary="true">ffffffff</header>
<!-- The client example uses this to create requests -->
<template type="0200">
@@ -54,6 +55,9 @@
<field num="65" type="LLLBIN">01234567865</field>
<field num="102" type="LLLVAR">Field of type LLLVAR</field>
</template>
<template type="0280">
<field num="3" type="NUMERIC" length="2">99</field>
</template>
<!-- The server example uses this to read the requests -->
<parse type="0200">
@@ -138,5 +142,8 @@
<parse type="0202">
<field num="3" type="NUMERIC" length="22" />
</parse>
<parse type="0280">
<field num="3" type="NUMERIC" length="2" />
</parse>
</j8583-config>