Returns byte order named parameter associated with given string.
Sets argument byte_order
to MODBUS_REAL_ACBD
if string
is
ABCD
(case insensitive). Returns E_INVALID
and sets byte_order
to MODBUS_REAL_ABCD
if the string is invalid.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name |
Input string. |
||
integer, | intent(out) | :: | byte_order |
Byte order of real values. |