libcsdbg  1.28
C++ exception (and generic) stack trace debug library
const i8 * csdbg::sttybuf::devnode ( ) const
inlinevirtual

Get the path of the serial interface device node.

Returns
this->m_devnode

Definition at line 143 of file sttybuf.cpp.

References m_devnode.

144 {
145  return m_devnode;
146 }
i8 * m_devnode
Device node file (devfs)
Definition: sttybuf.hpp:34