functional overview
Create binary data.
Details of Functions
valueindicates object of desire, like, hate, etc.lengthanddata typeThe data is converted to binary data based on
If additional parameters are added, they are further concatenated in sequence.
parameter
- argument (e.g. function, program, programme)
-
value All Unifinity data types
Specify the original data.length numeric data
valueSpecifies the number of bytes to be used in binaryizing the
lengthis not specified, the size of the actual data is used.data type
valueSpecify how to binaryize theoptions Contents binary data valueto binary as is. UTF-8 character string Binaryize as string. Integer value (LE/BE) Binaryize as an integer value.
Specify 1, 2, 4 or 8 for the length.
LE and BE are little-endian and big-endian.
Represents.Actual value (LE/BE) Binaryize as a real number.
Specify 4 or 8 for the length.
LE and BE are little-endian and big-endian.
Represents.
value All Unifinity data types (additional arguments) length numeric data (additional argument) data type (additional argument)
- return value
-
binary data
valueReturns binary data concatenating all of the