Properties properties
Property data is returned in response to the following req= types: imageprops and props.
The reply data is formatted to be readable as Java™ properties. A typical text properties response has this general structure:
#S7Z OK
# *timeStamp*
*objectName.propertyName*= *propertyValue*
…
*propertyValue*
Can be empty. White space is optional at the beginning and end of each line and before and after the ‘=’ separator. Single or double quotes may be used to enclose string values, but are not required.
String values may contain JAVA-style escape characters, such as \n
, \t
, \:
, or \\
.
See also
recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49