VE.Direct frame state.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | state | = | VE_STATE_IDLE |
Current state. |
|
integer, | public | :: | checksum | = | 0 |
Current checksum value. |
|
integer, | public | :: | cursor | = | 0 |
String cursor. |
|
logical, | public | :: | finished | = | .false. |
Block is finished. |
|
character(len=VE_LABEL_LEN), | public | :: | label | = | ' ' |
Label string. |
|
character(len=VE_VALUE_LEN), | public | :: | value | = | ' ' |
Value string. |