Declared in DataStorageMessageWriter
Declaration
bool ReadLatest(
Message msg
);Description
Reads the latest value of the message from the data storage system. This will write the data into the message reference that is passed in.
Parameters
| Name | Description |
|---|---|
| msg | The message reference to write the data in |