Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelIO ¶
type ChannelIO struct { Data byte Target *ChannelIO Open bool Master bool SendDelay int Receive chan byte }
func (*ChannelIO) SetChannelStatus ¶
type ControllerDriver ¶
type DisplayDriver ¶
type TelnetController ¶
type TelnetController struct { Keymap [8]KeyMap // contains filtered or unexported fields }
func (*TelnetController) InitStatus ¶
func (tel *TelnetController) InitStatus(statusPointer *byte)
func (*TelnetController) NewInput ¶
func (tel *TelnetController) NewInput(data []byte)
func (*TelnetController) UpdateInput ¶
func (tel *TelnetController) UpdateInput() bool
Click to show internal directories.
Click to hide internal directories.