- 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

@ -203,6 +203,13 @@ void DevAsconStatistics(DevSer *self, double *avg,
*/
char *DevHostport(DevSer *devser);
/**
* \brief return IP address
* \param a The device serializer to query
* \return the IP address
*/
unsigned long DevIP(DevSer *devser);
/**
* \brief return status of device server ("offline", "unconnected", "")
* \param devser The device serializer to query