On Wed, Jan 20, 2016 at 11:32 AM, Aleksander Morgado
wrote:
>
> Actually, why don't you try to get the modem fully connected manually
> with qmicli or qmi-network and see if you still see the same issues
> when ModemManager's logic is not around?
>
With qmicli and qmi-network the problem persist.
On Wed, Jan 20, 2016 at 10:48 PM, Дима Порсев wrote:
> I want to use mm-lib in QT with cpp (or c++) compile,
> but in file mm-sms-properties.h
> the futction declaration have a reserved word 'class', impossipble use in
> c++
> void mm_sms_properties_set_class (MMSmsProperties *self, gint class
Hello.
I want to use mm-lib in QT with cpp (or c++) compile,
but in file mm-sms-properties.h
the futction declaration have a reserved word 'class', impossipble use in c++
void mm_sms_properties_set_class (MMSmsProperties *self, gint class );
and the compiling my progect give an error;
Please