- Contents
Interaction Designer Help
BufferPutInteger
This Buffer tool appends an integer at the end of the given binary buffer.
Inputs
Buffer Handle
The buffer handle that is the target.
Integer
The integer value to add to the end of the buffer.
Encoding
How we encode the integer. The endianness is the byte ordering in memory used to represent some kind of data.
-
Little Endian
-
Big Endian
Number of bits
The number of bits to store the integer. If the integer is greater than the storage, it is simply truncated. For example, 0x1234 stored on 8 bits will give 0x34.
The values are 8, 16, 32.
Exit Paths
Success
This step takes this path on success.
Invalid Handle
The tool takes this path if the buffer handle was invalid.