Adaptive Framework 0.9.0

write_internal

The following is a list of properties for the function write_internal:

PropertyValue
briefWrite internal
categorystream
descriptionWrite a value's internal memory. This is especially useful for writing data type base64Binary and hexBinary.
functionIdwrite_internal
functionLabelwrite_internal
parameters[ { "brief": "Stream number", "dataType": "integer", "description": "The streamNumber for the stream to write.", "name": "streamNumber" }, { "brief": "Internal value to write", "description": "The internal memory of this value is written.", "dataType": "any", "name": "value" } ]
returns{ "dataType": "null" }
sideEffects[ "Values written" ]