depth property

  1. @ImcField('Depth', 'depth', ImcType.typeUInt16, units: 'dm')
int depth

Depth of the system, in decimeters.

  • 0xFFFF used for unknown / not applicable value.

Implementation

@ImcField('Depth', 'depth', ImcType.typeUInt16, units: 'dm')
int get depth;