Beispiel #1
0
    public ESLevent SendRecv(string cmd)
    {
        IntPtr   cPtr = ESLPINVOKE.ESLconnection_SendRecv(swigCPtr, cmd);
        ESLevent ret  = (cPtr == IntPtr.Zero) ? null : new ESLevent(cPtr, true);

        return(ret);
    }