User`s guide
3: FMP DLI Functions
DC 900-1339H 59
To automatically send normal data with EOM, set
writeType = “normal” in the DLI
configuration file (Table 5–1 on page 104).
3.4.3.2 Send Transparent Data
If your application needs to perform a Raw dlWrite, use the dlWrite function with the
pOptArgs.usProtCommand field set to DLI_PROT_SEND_TRANS_DATA or
DLI_PROT_SEND_TRANS_DATA_EOM to send transparent data. The client can send transpar-
ent data in either ASCII or EBCDIC mode. In either mode, the data is not code-con-
verted. The blocks are transmitted with DLE SOH and terminated with DLE ETX. The
DLE characters are not counted in the block size. FMP performs all the required DLE
insertion and deletion for transparent data streams.
To automatically send transparent data with EOM, set
writeType = “transparent” in
the DLI configuration file (Table 5–1 on page 104).