gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ GCmdI()

Int16 GCmdI ( string  Command)
inline

Used for command-and-response transactions.

Parameters
CommandThe command to send to the controller. Do not append a carriage return. Use only ASCII-based commmands.
Returns
The command's response parsed as an integer.

Wrapper around gclib GCmdI(), http://www.galil.com/sw/pub/all/doc/gclib/html/gclib_8h.html#a5ac031e76efc965affdd73a1bec084a8

Definition at line 288 of file gclib.cs.

References GCommand().

Referenced by Examples.Commands(), Examples.Contour(), Examples.Record_Position(), and Examples.Vector_Mode().