gclib 2.0.9
Communications API for Galil controllers and PLCs
 
Loading...
Searching...
No Matches

◆ Message()

static int Message ( gclib  gclib)
inlinestatic

Demonstrates how to receive messages from the controller and detect differences in Trace and crashed code.

Parameters
gclibA gclib object with a valid connection.
Returns
The success status or error code of the function.

See message_example.cs for an example.

For VB.NET, see definition in file message.vb

Definition at line 27 of file message.cs.

References Examples.GALIL_EXAMPLE_OK, gclib.GCommand(), gclib.GMessage(), gclib.GProgramDownload(), message(), and vector().

Referenced by Message_Example.Main().