WilliamPinyon
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-21-2011
11:45 AM
is there a way to get deviceTypeName
Newbe here
I see you can get the device s/n by GetDeviceESN()
Is there a function to get deviceTypeName - i.e Roku with USB vs Roku without USB
also - is there a way to query for deviceSoftwareVersion ?
I'm looking to have access to this so we will know what the customer has when they
call in with an issue (read this - they found a BUG in MY application)
It would also help to know it it's a ROKU box or a NETGEAR version of the box.
Thanks very much for any assistance. š
I see you can get the device s/n by GetDeviceESN()
Is there a function to get deviceTypeName - i.e Roku with USB vs Roku without USB
also - is there a way to query for deviceSoftwareVersion ?
I'm looking to have access to this so we will know what the customer has when they
call in with an issue (read this - they found a BUG in MY application)
It would also help to know it it's a ROKU box or a NETGEAR version of the box.
Thanks very much for any assistance. š
2 REPLIES 2


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-21-2011
11:53 AM
Re: is there a way to get deviceTypeName
Take a look at roDeviceInfo, section 4.17 of the Component Reference. GetModel(), GetVersion(), and HasFeature() can probably accomplish all the things you mentioned.
WilliamPinyon
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-21-2011
12:10 PM
Re: is there a way to get deviceTypeName
Thanks very much Cris - I'll print that out for reference. š