void GWrite | ( | ref string | buffer | ) |
Performs a write on the connection.
buffer | The 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
System.Exception | Will throw an exception if anything other than G_NO_ERROR is received from gclib. |