|
APIs, concepts, guides, and more
|
| const char *const NetworkOutputDataTypeNameGet | ( | int32_t | index | ) |
| index | The index of the Network Output. |
BOOL, SINT, UINT, DINT, UDINT, REAL, etc., but vendor-defined or structured type names may also appear. Empty string if the ENI does not carry a type name for this output.UINT (16-bit unsigned)SINT (8-bit signed)INT (16-bit signed)DINT (32-bit signed)DINT (32-bit signed)"DINT" vs "Dint" vs "dint"). The companion NetworkOutputDataTypeGet method performs a case-insensitive lookup, but if you compare the raw string yourself, do so case-insensitively to be safe.