pls fix wrong behaviour if stream started without creation
in src/API/lms7_api.cpp:
functions
LMS_StartStream(lms_stream_t *stream) and
LMS_StopStream(lms_stream_t *stream)
return 0 (success) if stream==NULL or stream->handle==0
this should be changed to return -1