CLCmdRRiConfig.from constructor

CLCmdRRiConfig.from(
  1. PERIPHERAL_RRI_CONFIG v
)

Implementation

factory CLCmdRRiConfig.from(PERIPHERAL_RRI_CONFIG v) {
  return CLCmdRRiConfig(datatype: v.datatype, transmode: v.transmode);
}