- added command to change timeout of a scriptcontext controller
- created syncedprot
This commit is contained in:
10
ascon.h
10
ascon.h
@ -107,4 +107,14 @@ int AsconLastState(Ascon *a);
|
||||
* \return the host and port
|
||||
*/
|
||||
char *AsconHostport(Ascon *a);
|
||||
|
||||
/**
|
||||
* \brief set or get timeout
|
||||
* \param a the Ascon
|
||||
* \param timeout the timeout to set
|
||||
* \param setmode 0: get, 1: set
|
||||
* \return the timeout value
|
||||
*/
|
||||
double AsconGetSetTimeout(Ascon *a, double timeout, int setmode);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user