Documentation
¶
Index ¶
- func NewGoogleCastClient(conn gopi.RPCClientConn) gopi.RPCClient
- type Client
- func (this *Client) Conn() gopi.RPCClientConn
- func (this *Client) Devices() ([]rpc.GoogleCastDevice, error)
- func (this *Client) NewContext(timeout time.Duration) context.Context
- func (this *Client) Ping() error
- func (this *Client) StreamEvents(string, chan<- rpc.GoogleCastEvent) error
- func (this *Client) String() string
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGoogleCastClient ¶
func NewGoogleCastClient(conn gopi.RPCClientConn) gopi.RPCClient
Types ¶
type Client ¶
type Client struct { pb.GoogleCastClient // contains filtered or unexported fields }
func (*Client) Conn ¶
func (this *Client) Conn() gopi.RPCClientConn
func (*Client) StreamEvents ¶
func (this *Client) StreamEvents(string, chan<- rpc.GoogleCastEvent) error
Click to show internal directories.
Click to hide internal directories.