Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
            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);
            }