read_to_hexBinary
The following is a list of properties for the function read_to_hexBinary
:
Property | Value |
---|---|
brief | Read from a stream to hexBinary |
category | stream |
description | Read a stream up to a specified number of octets. The result will be the internal memory of a hexBinary value. |
functionId | read_to_hexBinary |
functionLabel | read_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" ] |