class SequenceInformation

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
event_identifieruint32Sequence event type
task_indexuint32Task index
task_identifieruint32Task identifier

Member functions

Function nameReturn typeInput typeDescription
event_identifier() constuint32voidReturns the current value of event_identifier. If the event_identifier is not set, returns 0.
set_event_identifier()voiduint32Sets the value of event_identifier. After calling this, event_identifier() will return value.
clear_event_identifier()voidvoidClears the value of event_identifier. After calling this, event_identifier() will return the empty string/empty bytes.
task_index()uint32voidReturns the current value of task_index. If the task_index is not set, returns 0.
set_task_index()voiduint32Sets the value of task_index. After calling this, task_index() will return value.
clear_task_index()voidvoidClears the value of task_index. After calling this, task_index() will return 0.
task_identifier()uint32voidReturns the current value of task_identifier. If the task_identifier is not set, returns 0.
set_task_identifier()voiduint32Sets the value of task_identifier. After calling this, task_identifier() will return value.
clear_task_identifier()voidvoidClears the value of task_identifier. After calling this, task_identifier() will return 0.

Parent topic: Base (C++)