Documentation
¶
Index ¶
- type Server
- func (s *Server) GetBlob(ctx context.Context, kind, key string) ([]byte, error)
- func (s *Server) IP() string
- func (s *Server) SendControl(ctx context.Context, cmd string) ([]byte, error)
- func (s *Server) SendSubscribeUDP(ctx context.Context, port int) error
- func (s *Server) SendUpnp(ctx context.Context, action string, payload []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) SendControl ¶
SendControl sends a HTTP Get to the YamahaExtendedControl port.
func (*Server) SendSubscribeUDP ¶
Click to show internal directories.
Click to hide internal directories.