Returns the device version as a string * * @return CLVersion of the device */
| 130 | * @return CLVersion of the device |
| 131 | */ |
| 132 | std::string device_version() const |
| 133 | { |
| 134 | return _options.device_version; |
| 135 | } |
| 136 | |
| 137 | // Inherrited methods |
| 138 | DeviceType type() const override |
no outgoing calls
no test coverage detected