public vncServerObject New(string pLocalHost, ushort nLocalPort, vncNetworkType_t eType)
 {
     vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServerObject_New__SWIG_0(swigCPtr, pLocalHost, nLocalPort, (int)eType), true);
     return ret;
 }
Beispiel #2
0
 public static vncClientObject New(string pLocalHost, ushort nLocalPort, vncNetworkType_t eType)
 {
     vncClientObject ret = new vncClientObject(OpenVNCWRAPPINVOKE.vncClient_New__SWIG_0(pLocalHost, nLocalPort, (int)eType), true);
     return ret;
 }
Beispiel #3
0
 public virtual vncError_t Configure(string pServerHost, ushort nServerPort, vncNetworkType_t eType)
 {
     vncError_t ret = (vncError_t)OpenVNCWRAPPINVOKE.vncClient_Configure__SWIG_1(swigCPtr, pServerHost, nServerPort, (int)eType);
     return ret;
 }
Beispiel #4
0
        public vncClientObject New(string pLocalHost, ushort nLocalPort, vncNetworkType_t eType)
        {
            vncClientObject ret = new vncClientObject(OpenVNCWRAPPINVOKE.vncClientObject_New__SWIG_0(swigCPtr, pLocalHost, nLocalPort, (int)eType), true);

            return(ret);
        }
 public vncError_t Configure(string pServerHost, ushort nServerPort, vncNetworkType_t eType, vncNetIPVersion_t eIPVersion)
 {
     vncError_t ret = (vncError_t)OpenVNCWRAPPINVOKE.vncClientObject_Configure__SWIG_0(swigCPtr, pServerHost, nServerPort, (int)eType, (int)eIPVersion);
     return ret;
 }
Beispiel #6
0
        public vncError_t Configure(string pServerHost, ushort nServerPort, vncNetworkType_t eType)
        {
            vncError_t ret = (vncError_t)OpenVNCWRAPPINVOKE.vncClientObject_Configure__SWIG_1(swigCPtr, pServerHost, nServerPort, (int)eType);

            return(ret);
        }
Beispiel #7
0
 public virtual vncClientObject NewClient(string pLocalHost, ushort nLocalPort, vncNetworkType_t eType)
 {
     vncClientObject ret = new vncClientObject(OpenVNCWRAPPINVOKE.vncEngine_NewClient__SWIG_0(swigCPtr, pLocalHost, nLocalPort, (int)eType), true);
     return ret;
 }
Beispiel #8
0
        public virtual vncServerObject NewServer(string pLocalHost, ushort nLocalPort, vncNetworkType_t eType)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncEngine_NewServer__SWIG_0(swigCPtr, pLocalHost, nLocalPort, (int)eType), true);

            return(ret);
        }
Beispiel #9
0
        public virtual vncError_t Configure(string pServerHost, ushort nServerPort, vncNetworkType_t eType, vncNetIPVersion_t eIPVersion)
        {
            vncError_t ret = (vncError_t)OpenVNCWRAPPINVOKE.vncClient_Configure__SWIG_0(swigCPtr, pServerHost, nServerPort, (int)eType, (int)eIPVersion);

            return(ret);
        }
Beispiel #10
0
        public static vncServerObject New(string pLocalHost, ushort nLocalPort, vncNetworkType_t eType)
        {
            vncServerObject ret = new vncServerObject(OpenVNCWRAPPINVOKE.vncServer_New__SWIG_0(pLocalHost, nLocalPort, (int)eType), true);

            return(ret);
        }