Driver Information¶
These functions can be called even if no Ndigo5G is installed in the system.
-
int ndigo_get_driver_revision()¶
Returns the driver version.
- Returns:
The version in the same format as ndigo_static_info::driver_revision
-
const char *ndigo_get_driver_revision_str()¶
Returns the driver version including SVN build revision. as a string.
- Returns:
The format is x.y.z.svn.
-
int ndigo_count_devices(int *error_code, const char **error_message)¶
Get the number of Ndigo5G boards that are installed in the system.
- Parameters:
error_code – [out] Pointer to an integer in which to store the status code.
error_message – [out] Location in which to store the error message as plain text.
- Returns:
The number of devices.