Updates only the current state of the device. True if device has been disconnected, otherwise false.
| 131 | /// </summary> |
| 132 | /// <returns>True if device has been disconnected, otherwise false.</returns> |
| 133 | virtual bool UpdateState() |
| 134 | { |
| 135 | return false; |
| 136 | } |
| 137 | }; |