FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
string | msgId
[OPTIONAL] A messageId that applications may choose to use to identify "responses". |
string | dvName
The unique name of the DataView. |
integer | dvItemId
The ID of the Item within the DataView (may be -1 if using keyFields instead). |
float | timeStamp
The timestamp of the update (seconds since epoch). If the value given is -1.0 then the service will populate it using correlator currentTime. |
dictionary<integer, string> | fieldValues
Values to be updated. Dictionary Key is index into fields sequence, Value is new field value in sequence. If not using dvItemId, then the dictionary MUST contain the key values (even though they have not changed). |
dictionary<string, string> | extraParams
[OPTIONAL] Some implementations may choose to make use of this field. |
Member detail |
---|
integer dvItemIdThe ID of the Item within the DataView (may be -1 if using keyFields instead).
string dvNameThe unique name of the DataView.
dictionary<string, string> extraParams[OPTIONAL] Some implementations may choose to make use of this field.
dictionary<integer, string> fieldValuesValues to be updated. Dictionary Key is index into fields sequence, Value is new field value in sequence. If not using dvItemId, then the dictionary MUST contain the key values (even though they have not changed).
string msgId[OPTIONAL] A messageId that applications may choose to use to identify "responses".
float timeStampThe timestamp of the update (seconds since epoch). If the value given is -1.0 then the service will populate it using correlator currentTime.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |