![]() |
gclib 2.2.1
Galil Communications Library
|
Send commands. More...
Functions | |
| string | gclib.GCommand (string Command, bool Trim=true) |
| Used for command-and-response transactions. | |
| Int16 | gclib.GCmdI (string Command) |
| Used for command-and-response transactions. | |
| double | gclib.GCmdD (string Command) |
| Used for command-and-response transactions. | |
|
inline |
Used for command-and-response transactions.
| Command | The command to send to the controller. Do not append a carriage return. Use only ASCII-based commmands. |
| Trim | If true, the response will be trimmed of the trailing colon and any leading or trailing whitespace. |
Wrapper around gclib GCommand(), http://www.galil.com/sw/pub/all/doc/gclib/html/gclib_8h.html#a5ac031e76efc965affdd73a1bec084a8
| System.Exception | Will throw an exception if anything other than G_NO_ERROR is received from gclib. |
|
inline |
Used for command-and-response transactions.
| Command | The command to send to the controller. Do not append a carriage return. Use only ASCII-based commmands. |
Wrapper around gclib GCmdI(), http://www.galil.com/sw/pub/all/doc/gclib/html/gclib_8h.html#a5ac031e76efc965affdd73a1bec084a8
|
inline |
Used for command-and-response transactions.
| Command | The command to send to the controller. Do not append a carriage return. Use only ASCII-based commmands. |
Wrapper around gclib GCmdD(), http://www.galil.com/sw/pub/all/doc/gclib/html/gclib_8h.html#a5ac031e76efc965affdd73a1bec084a8