- close
void close()
- closed
bool closed()
- config
const(Config) config()
- config
void config(Config c)
- getCC
ubyte[2] getCC()
- getUintBaudRate
uint getUintBaudRate()
Undocumented in source. Be warned that the author may not have intended to support it.
- handle
inout(SPHandle) handle()
- initialConfig
void initialConfig(Config conf)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_ioctl
void m_ioctl(int v, termios2* t)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_read
void[] m_read(void[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_tcgetattr
void m_tcgetattr(termios* t)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_tcsetattr
void m_tcsetattr(int v, const(termios*) t)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_write
size_t m_write(const(void[]) arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name()
- openPort
void openPort()
Undocumented in source. Be warned that the author may not have intended to support it.
- posixSetup
void posixSetup(Config conf)
Undocumented in source. Be warned that the author may not have intended to support it.
- reopen
void reopen(string np, Config cfg)
- reopen
void reopen(string np)
- reopen
void reopen(Config cfg)
- reopen
void reopen()
- set
typeof(this) set(T val)
- set
typeof(this) set(string val)
- setCC
void setCC(ubyte[2] val)
- setTimeouts
void setTimeouts(DWORD rit, DWORD rttm, DWORD rttc, DWORD wttm, DWORD wttc)
Undocumented in source. Be warned that the author may not have intended to support it.
- setUintBaudRate
void setUintBaudRate(uint br)
Undocumented in source. Be warned that the author may not have intended to support it.
- setup
void setup(Config conf)
open handler, set new config
- toString
string toString()
Returns extend mode string (example: "/dev/ttyUSB0:38400:8N1")
- updTimeouts
void updTimeouts()
Undocumented in source. Be warned that the author may not have intended to support it.
- winSetup
void winSetup()
Undocumented in source. Be warned that the author may not have intended to support it.