public bool Open( string host, int port ) { transport = new HpiTransport(); bool rc = transport.Open( host, port ); if ( rc ) { bbuf = new byte[BBUF_SIZE]; } return rc; }
public bool Open(string host, int port) { transport = new HpiTransport(); bool rc = transport.Open(host, port); if (rc) { bbuf = new byte[BBUF_SIZE]; } return(rc); }