dco_decode_box_autoadd_device_peripheral_id method
Implementation
@protected
DevicePeripheralId dco_decode_box_autoadd_device_peripheral_id(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return dco_decode_device_peripheral_id(raw);
}