Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 980 Bytes

File metadata and controls

12 lines (8 loc) · 980 Bytes

class SequenceInformation

Member values

Member name Data type Description Usage
event_identifier int Sequence event type You can manipulate the field event_identifier as if it were a regular field. To clear the value of event_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
task_index int Task index You can manipulate the field task_index as if it were a regular field. To clear the value of task_index and reset it to the default value for its type, you call the ClearField() method of the Message interface.
task_identifier int Task identifier You can manipulate the field task_identifier as if it were a regular field. To clear the value of task_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)