Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpreter ¶
type Interpreter struct {
// contains filtered or unexported fields
}
Interpreter core struct
func (*Interpreter) GetLatest ¶
func (i *Interpreter) GetLatest() (string, error)
GetLatest gets the last motion information
func (*Interpreter) StoreAlive ¶
func (i *Interpreter) StoreAlive(msg []byte) bool
StoreAlive stores an alive message
func (*Interpreter) StoreMotion ¶
func (i *Interpreter) StoreMotion(msg []byte) bool
StoreMotion stores a motion message
Click to show internal directories.
Click to hide internal directories.