sim.persistentDataRead

Deprecated. See sim.readCustomBufferData instead.

Synopsis

bytes dataValue = sim.persistentDataRead(string dataTag) buffer dataValue = sim.persistentDataRead(string dataTag)

Arguments

  • dataTag: name of the data

Return values

  • dataValue: value of the data, or None/nil if data does not exist. The returned data may contain any value, including embedded zeros.


See also: