- added new scriptcontext with devser
This commit is contained in:
3
ascon.h
3
ascon.h
@ -1,6 +1,7 @@
|
||||
#ifndef ASCON_H
|
||||
#define ASCON_H
|
||||
|
||||
#include "sics.h"
|
||||
#include "errormsg.h"
|
||||
|
||||
/** \file
|
||||
@ -42,7 +43,7 @@ void AsconKill(Ascon *a);
|
||||
*/
|
||||
AsconStatus AsconTask(Ascon *a);
|
||||
|
||||
/** \brief write to the connection. allowed only when the state is ascon_ready
|
||||
/** \brief write to the connection. allowed only when the state is AsconReady
|
||||
* \param a the connection
|
||||
* \param command the command to be sent
|
||||
* \param noResponse 0 normally, 1 if no reponse is expected
|
||||
|
Reference in New Issue
Block a user