| 126 | } |
| 127 | |
| 128 | void ModePageDevice::ModeSelect10() const |
| 129 | { |
| 130 | const auto length = min(GetController()->GetBuffer().size(), static_cast<size_t>(GetInt16(GetController()->GetCmd(), 7))); |
| 131 | |
| 132 | SaveParametersCheck(static_cast<uint32_t>(length)); |
| 133 | } |
| 134 | |
| 135 | void ModePageDevice::SaveParametersCheck(int length) const |
| 136 | { |