gbaid ~master (2019-02-15T02:40:23Z)
Dub
Repo
SerialPort
gbaid
gba
sio
Undocumented in source.
class
SerialPort {
this
(IoRegisters* ioRegisters, InterruptHandler interruptHandler, uint index);
Communication
communication
[@property setter];
size_t
emulate
(size_t cycles);
}
Constructors
this
this
(IoRegisters* ioRegisters, InterruptHandler interruptHandler, uint index)
Undocumented in source.
Members
Functions
emulate
size_t
emulate
(size_t cycles)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
communication
Communication
communication
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gbaid
gba
sio
classes
SerialPort
enums
CommunicationState
interfaces
Communication