Gocator API

◆ GoControl_IsCompatible()

kBool GoControl_IsCompatible ( GoControl  control)

Reports whether the GoControl object is compatible with the sensor firmware.

Compatibility is determined by comparing the major protocol version reported by the sensor with the major protocol version supported by this library. If the major versions match, then compatibility is established.

Version
Introduced in firmware 4.0.10.27
Parameters
controlGoControl object.
Returns
kTRUE if compatible; kFALSE otherwise.