Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) HandleConnection ¶
type Client ¶
type Client struct { IP string // contains filtered or unexported fields }
func NewClient ¶
func NewClient(ip string, macAddress []byte, toGateway chan comfoconnect.Message, fromGateway chan comfoconnect.Message) *Client
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func NewListener ¶
func NewListener(toGateway chan comfoconnect.Message) *Listener
Click to show internal directories.
Click to hide internal directories.