puppeteer ~master (2022-04-30T13:21:28.3141009)
Dub
Repo
ISerialPort
puppeteer
serial
i_serial_port
Undocumented in source.
interface
ISerialPort {
void
write
(ubyte[] bytes);
ubyte
[]
read
(int maxBytes);
bool
open
();
void
close
();
bool
isOpen
[@property getter];
static
ISerialPort
getInstance
(string filename, Parity parity, BaudRate baudRate, uint timeOutMilliseconds);
}
Members
Functions
close
void
close
()
Undocumented in source.
open
bool
open
()
Undocumented in source.
read
ubyte
[]
read
(int maxBytes)
Undocumented in source.
write
void
write
(ubyte[] bytes)
Undocumented in source.
Properties
isOpen
bool
isOpen
[@property getter]
Undocumented in source.
Static functions
getInstance
ISerialPort
getInstance
(string filename, Parity parity, BaudRate baudRate, uint timeOutMilliseconds)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
puppeteer
serial
i_serial_port
interfaces
ISerialPort