class SequenceInformation
August 13, 2019 ยท View on GitHub
Member values
| Member name | Data type | Description |
|---|---|---|
| event_identifier | uint32 | Sequence event type |
| task_index | uint32 | Task index |
| task_identifier | uint32 | Task identifier |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| event_identifier() const | uint32 | void | Returns the current value of event_identifier. If the event_identifier is not set, returns 0. |
| set_event_identifier() | void | uint32 | Sets the value of event_identifier. After calling this, event_identifier() will return value. |
| clear_event_identifier() | void | void | Clears the value of event_identifier. After calling this, event_identifier() will return the empty string/empty bytes. |
| task_index() | uint32 | void | Returns the current value of task_index. If the task_index is not set, returns 0. |
| set_task_index() | void | uint32 | Sets the value of task_index. After calling this, task_index() will return value. |
| clear_task_index() | void | void | Clears the value of task_index. After calling this, task_index() will return 0. |
| task_identifier() | uint32 | void | Returns the current value of task_identifier. If the task_identifier is not set, returns 0. |
| set_task_identifier() | void | uint32 | Sets the value of task_identifier. After calling this, task_identifier() will return value. |
| clear_task_identifier() | void | void | Clears the value of task_identifier. After calling this, task_identifier() will return 0. |
Parent topic: Base (C++)