Get identifier of point data (record) format.
| 176 | |
| 177 | /// Get identifier of point data (record) format. |
| 178 | uint8_t pointFormat() const |
| 179 | { return m_pointFormat; } |
| 180 | bool pointFormatSupported() const |
| 181 | { |
| 182 | if (versionAtLeast(1, 4)) |
no outgoing calls