Documentation ¶
Index ¶
- type TowerUplink
- func (t *TowerUplink) PullValue(extension_id, state_id string) (*towertalk.Value, error)
- func (t *TowerUplink) PushValue(state_id string, value interface{}) error
- func (t *TowerUplink) Register(host string, port string) error
- func (t *TowerUplink) RegisterState(state_id string, state_description string, class int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TowerUplink ¶
type TowerUplink struct {
// contains filtered or unexported fields
}
func NewTowerUplink ¶
func NewTowerUplink(extension_id string, extension_description string) *TowerUplink
func (*TowerUplink) PullValue ¶
func (t *TowerUplink) PullValue(extension_id, state_id string) (*towertalk.Value, error)
func (*TowerUplink) PushValue ¶
func (t *TowerUplink) PushValue(state_id string, value interface{}) error
func (*TowerUplink) RegisterState ¶
func (t *TowerUplink) RegisterState(state_id string, state_description string, class int32) error
Click to show internal directories.
Click to hide internal directories.