- 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

@ -580,6 +580,10 @@ char *DevHostport(DevSer *devser) {
return AsconHostport(devser->ascon);
}
unsigned long DevIP(DevSer *devser) {
return AsconIP(devser->ascon);
}
char *DevStatus(DevSer *devser) {
char *str, *pos;
static char buf[64];