AI4100 Portable AEI Reader
76
March 2, 2015
BODY Segment
Field Description
Values
1 Segment
code
BODY
2
Email body text
1 to 800 alpha/numeric characters in
quotations
Example: BODY,"This is a test email sent from a portable reader."
FILE Segment
Field Description
Values
1 Segment
code
FILE
2
Name of the file that will be
attached to the email and contains
the OEM's application data
1 to 255 alpha/numeric characters
Example: FILE,emailtest.txt
After it writes the FILE segment, the OEM application writes its data into the transmit request
file. The amount of user data that can be written is limited by the amount of free file data
area in the portable reader's mobile computer. The portable reader software will write this
data to a temporary file and attach it to the email. The name of the attached file is the file
name specified in the FILE segment.
The following is an example of the email transmit request file:
SETUP,EMAIL
FROM,tomlevine@signalcc.com
TO,aei@signalcc.com
TO,sales@signalcc.com
TO,tomlevine@signalcc.com
SUBJECT,Test Email
BODY,"This is a test email."
FILE,emailtest.txt
Test data 1
Test data 2
Test data 3