gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ message()

GReturn message ( GCon  g)

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

Parameters
gConnection's handle.
Returns
The success status or error code of the function. See gclib_errors.h for possible values.

See message_example.cpp for an example.

Definition at line 14 of file message.cpp.

Referenced by Examples::Message().