Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chbmuc/lirc
/ functions
Functions
8 in github.com/chbmuc/lirc
⨍
Functions
8
◇
Types & classes
5
↓ 3 callers
Method
Command
Command - Send any command to lircd
lirc.go:178
↓ 1 callers
Function
reader
(scanner *bufio.Scanner, receive chan Event, reply chan Reply)
lirc.go:63
Method
Close
Close the connection to lirc daemon
lirc.go:212
Method
Handle
Handle registers a new event handler for a defined key
lircrouter.go:17
Function
Init
Init initializes the connection to lirc daemon
lirc.go:42
Method
Run
Run this in a go routine to listen for IR Key Press Events
lircrouter.go:40
Method
Send
Send a SEND_ONCE command
lirc.go:188
Method
SendLong
SendLong sends a SEND_START command followed by a delay and SEND_STOP`
lirc.go:197