Convert raw data to a list of integers
Syntax
Raw2List options
Options
- -name
- Optional user-defined name for the transform
Inlets
- rawIn
- data to convert
- Type: Raw
Outlets
- listOut
- List of integers representing bytes in data
- Type: List
Comments
Raw2List converts a stream of raw data into a list of integers representing each byte of the data.
See Also
- List2Raw
- UDPListen