dco_decode_box_autoadd_b_characteristic method

  1. @protected
BCharacteristic dco_decode_box_autoadd_b_characteristic(
  1. dynamic raw
)
override

Implementation

@protected
BCharacteristic dco_decode_box_autoadd_b_characteristic(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return dco_decode_b_characteristic(raw);
}