- append
void append(byte v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(ubyte v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(short v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(ushort v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(uint v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(long v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(ulong v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(float v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(double v)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(const(void)[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
- messageComplite
bool messageComplite()
Undocumented in source. Be warned that the author may not have intended to support it.
- read
Response read(size_t expectedBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send()
Undocumented in source. Be warned that the author may not have intended to support it.
- start
void start(ubyte dev, ubyte func)
Undocumented in source. Be warned that the author may not have intended to support it.
- tempBuffer
const(void)[] tempBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(T v)
Undocumented in source. Be warned that the author may not have intended to support it.