MsDevice.fromDevice constructor
MsDevice.fromDevice(
- Device d
Implementation
factory MsDevice.fromDevice(Device d) {
return MsDevice(
deviceParameter: MsDeviceParameter.fromXML(d.deviceParameter.toXML()),
deviceIndex: d.deviceIndex,
deviceName: d.deviceName,
deviceParameterType: d.deviceParameterType,
supportedInterfaceModes: d.supportedInterfaceModes,
devices: d.devices,
);
}