- SECoP protocol for scriptcontext

This commit is contained in:
2018-05-07 13:53:51 +02:00
parent da2b8c13d4
commit 19b3c71274
15 changed files with 288 additions and 27 deletions

View File

@ -109,6 +109,13 @@ int AsconLastState(Ascon *a);
*/
char *AsconHostport(Ascon *a);
/**
* \brief return IP address
* \param a The Ascon to query
* \return the IP address
*/
unsigned long AsconIP(Ascon *a);
/**
* \brief set or get timeout
* \param a the Ascon