class axl::io::SerialPortDesc

#include <axl_io_Serial.h>

class SerialPortDesc: public axl::sl::ListLink
{
public:
    // methods

    const sl::String&
    getDeviceName();

    const sl::String&
    getDescription();
};

Inherited Members

public:
    // methods

    ListLink*
    getNext();

    ListLink*
    getPrev();