pathRef property

  1. @ImcField('Path Reference', 'path_ref', ImcType.typeUint32)
int pathRef

Unsigned integer reference for the scope of the desired path message. Path reference should only be set by a maneuver. Should be set to an always increasing reference at the time of dispatching this message. Lower level path controllers must inherit the same path reference sent by maneuver.

Implementation

@ImcField('Path Reference', 'path_ref', ImcType.typeUint32)
int get pathRef;