Esempio n. 1
0
    public int sendMSG(ESLevent send_me, string uuid)
    {
        int ret = ESLPINVOKE.ESLconnection_sendMSG(swigCPtr, ESLevent.getCPtr(send_me), uuid);

        return(ret);
    }