Add host / port constructor methods
r1704 | dcl | 2007-03-23 13:56:40 +1100 (Fri, 23 Mar 2007) | 2 lines
This commit is contained in:
@@ -24,6 +24,10 @@ int MultiChanFactory(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
|
||||
int MultiChanCreate(const char* controller, pMultiChan* handle);
|
||||
|
||||
int MultiChanCreateHost(const char* host,
|
||||
const char* port,
|
||||
pMultiChan* handle);
|
||||
int MultiChanDestroy(pMultiChan handle);
|
||||
|
||||
int MultiChanReconnect(pMultiChan handle);
|
||||
|
||||
Reference in New Issue
Block a user