RokuECP 0.1
Control Roku devices remotely with ECP
 
Loading...
Searching...
No Matches
rokuecp::RokuDevice Struct Reference

Object containing information about a Roku Device. More...

Public Attributes

char name [122]
 C-string name of the device, up to Roku's 120-character maximum.
 
char location [16]
 C-string location of the device (like "Bedroom") up to 15 characters.
 
char url [30]
 C-string ECP URL for the device (like "http://192.168.1.162:8060/") up to 29 characters.
 
char model [32]
 C-string device model, up to 31 characters.
 
char serial [14]
 C-string device serial number, 13 characters.
 
bool isTV
 bool which is true if the device is a Roku TV
 
bool isOn
 bool which is true if the device is currently powered on
 
bool developerMode
 bool which is true if the device has developer mode enabled
 
bool hasSearchSupport
 bool which is true if the device has search support
 
bool hasHeadphoneSupport
 bool which is true if the device supports Private Listening
 
bool headphonesConnected
 bool which is true if the device is currently in Private Listening mode
 
char resolution [8]
 C-string device resolution (like "1080p") up to 7 characters.
 
char macAddress [18]
 C-string device MAC address, 17 characters.
 
char softwareVersion [10]
 C-string device software version, up to 9 characters.
 

Detailed Description

Object containing information about a Roku Device.


The documentation for this struct was generated from the following file: