Beispiel #1
0
    public ESLevent Execute(string app, string arg, string uuid)
    {
        IntPtr   cPtr = ESLPINVOKE.ESLconnection_Execute(swigCPtr, app, arg, uuid);
        ESLevent ret  = (cPtr == IntPtr.Zero) ? null : new ESLevent(cPtr, true);

        return(ret);
    }