Type Definition OEMResult
novatel_oem6_api
type OEMResult<T> = Result<T, OEMError>;
Custom error type for OEM6 operations.