Esempio n. 1
0
    public int Send(string cmd)
    {
        int ret = ESLPINVOKE.ESLconnection_Send(swigCPtr, cmd);

        return(ret);
    }