botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework

Request server to establish a virtual connection to the device end point. More...

Request server to establish a virtual connection to the device end point.

Synopsis:
#include "botsense/BotSense.h"
#include "botsense/libBotSense.h"

int bsServerReqOpenDev(BsClient_P pClient, const char *sDevName, const char *sModName, byte_t argbuf[], size_t arglen, const BsClientAppInfo_T *pAppInfo, bool_t bTrace);

Description:
The device is open if not already opened by another virtual connection. Otherwise it is attached to this vconn.

The interface module is dynamically loaded into the server and provides the set of services for the client application communicating with the device.

Parameters
pClient