gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ 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(), and message().

Referenced by Message_Example.Main().