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