FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member 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. |
Member 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 | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |