jbus/DocMain.md

10 lines
418 B
Markdown
Raw Permalink Normal View History

2017-01-07 15:55:41 -08:00
JBus Documentation {#mainpage}
==============================
2017-01-07 16:22:49 -08:00
JBus functions as a server for accepting connections from GBA emulator clients.
2017-01-07 15:55:41 -08:00
The jbus::Listener class may be constructed and [started](@ref jbus::Listener::start)
to enque incoming jbus::Endpoint instances.
Once an Endpoint has been [accepted](@ref jbus::Listener::accept), it's ready to use.
Refer to the jbus::Endpoint class for the main interface.