data property

  1. @ImcField('Data', 'data', ImcType.typeRawdata)
List<int> data

The actual data frame to transmit. The data size shall not exceed the MTU of the acoustic modem.

Implementation

@ImcField('Data', 'data', ImcType.typeRawdata)
List<int> get data;