type property

  1. @ImcField('Type', 'type', ImcType.typeUInt8)
PlanControlEnumType type

Indicates if the message is a request or a reply to a previous request. The op, request_id and plan_id fields of a request will be echoed in one or more responses to that request.

Implementation

@ImcField('Type', 'type', ImcType.typeUInt8)
PlanControlEnumType get type;