FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Field summary | |
---|---|
string | sessionID The unique ID of the session to be used. |
string | messageID Shows the order in which the events are routed. |
string | expression E.g. "z=x+y". |
integer | outputSize The amount of expected textual output from the expression (in characters). If outputSize <= then an the output string will be empty. If the amount of actual output exceeds the outputSize, then only the first outputSize characters will be returned. |
Field detail |
---|
string expressionE.g. "z=x+y".
string messageIDShows the order in which the events are routed.
integer outputSizeThe amount of expected textual output from the expression (in characters). If outputSize <= then an the output string will be empty. If the amount of actual output exceeds the outputSize, then only the first outputSize characters will be returned.
string sessionIDThe unique ID of the session to be used.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |