Adaptive Framework 0.9.0

read_to_hexBinary

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

PropertyValue
briefRead from a stream to hexBinary
categorystream
descriptionRead a stream up to a specified number of octets. The result will be the internal memory of a hexBinary value.
functionIdread_to_hexBinary
functionLabelread_to_hexBinary
parameters[ { "brief": "Stream number", "dataType": "integer", "description": "Stream number", "name": "streamNumber" }, { "brief": "Number of octets", "description": "The maximum number of octets to read.", "name": "n" } ]
returns{ "dataType": "hexBinary", "brief": "The hexBinary read", "description": "The hexBinary value read. Check the size of this value to determine the actual number of octets read." }
sideEffects[ "Stream modified" ]