Reads a numeric score string. * * @param {string} scoreString A string containing a numeric score.
(scoreString)
| 151 | * @param {string} scoreString A string containing a numeric score. |
| 152 | */ |
| 153 | readScore(scoreString) { |
| 154 | this.port.postMessage(["readScore", scoreString]); |
| 155 | } |
| 156 | |
| 157 | /** Sets the value of a control channel in the software bus |
| 158 | * |
no test coverage detected