dco_decode_box_autoadd_b_characteristic method
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);
}