Returns byte order named parameter associated with given string.
For example, the result will be MODBUS_ORDER_ACBD
if name
is
ABCD
(case-insensitive). Returns MODBUS_ORDER_NONE
if the string
is invalid.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name |
Input string. |