gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ GWrite()

void GWrite ( string  buffer)
inline

Performs a write on the connection.

Parameters
bufferThe user's write buffer. To send a Galil command, a terminating carriage return is usually required.

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

Exceptions
System.ExceptionWill throw an exception if anything other than G_NO_ERROR is received from gclib.

Definition at line 635 of file gclib.cs.