For the complete documentation index, see llms.txt. This page is also available as Markdown.
Page cover

MTCMS Library Enumerations and Structures

The MTCMS Library uses the following constants and data structures.

MTConnectionType Values

Device connection types:

enum MTConnectionType
{
        USB, IP,
                Serial
};

MTConnectionState Values

Device connection states:

enum MTConnectionState
{
    Disconnected, 
    Connecting,
    Error, 
    Connected, 
    Disconnecting
};

MTDeviceInformation

Device information structure:

MTCMSMessage

MTCMSMessage structure:

Last updated