Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Buffer []byte Connection *tls.Conn Certificates *tls.Certificate Address string Port int }
func New ¶
func New(addr string, port int, certs *tls.Certificate) Command
Create a new command object with the ip and port of the android tv device and a certificate
func (*Command) SendIntent ¶
send an intent to the android tv device can be used to start an app with a specific activity ex: com.netflix.ninja/.MainActivity
Click to show internal directories.
Click to hide internal directories.