OpenTP1 Version 7 Tester and UAP Trace User's Guide
An XATMI receive data file stores the messages received by the tprecv function in the UAP. A single file can contain a number of data items which are passed consecutively to the tprecv function.
| Item | Position | Length (bytes) | Contents |
|---|---|---|---|
| Common area | 0 | 36 | Area shared with the XATMI send data file. Specify a space or null character. |
| Buffer type | 36 | 8 | Buffer type, specified as one of the following character strings:
|
| Buffer subtype | 44 | 16 | Buffer subtype, specified as a string of up to 16 characters. Specify a null character when specifying X_OCTET as the buffer type. |
| Event flag | 60 | 4 | One of the following hexadecimal values as the string to be passed to the tprecv function:
|
| Data length | 64 | 4 | Length of the data to be passed to the tprecv function (0-524288). Specify zero when no data is passed. The buffer type and subtype specifications are ignored when zero is specified. |
| Data | 68 | n | Data to be passed to the tprecv function |
tprecv(.....,data,len,.....,revent)
1. 2. 3.
|
All Rights Reserved. Copyright (C) 2006, 2010, Hitachi, Ltd.