How insert a "OK" command in a plugin

Hello,
It's probably really easy to do  but I'm not able to add a simple command in a pluging to simulate the "ok" response from printer.

I tried this: host.Connection.analyzeResponse("ok",xxx); 
but I have not idea how complete the missing argument xxx...

Any ideas?

Thank you very much!

Comments

  • I replay my self because I just find the solution:
    my error was not using the connector
     host.Connection.connector.AnalyzeResponse("ok");

    Thankyou

Sign In or Register to comment.