Difference between revisions of "Talk:Onkyo TXSR805"

From LinuxMCE
Jump to: navigation, search
(New page: What is the purpose of the Private Method Listing?)
 
m (added answer.)
 
Line 1: Line 1:
 
What is the purpose of the Private Method Listing?
 
What is the purpose of the Private Method Listing?
 +
 +
The Private method listing allows for Ruby methods to be defined that can be used by the other command methods in the GSD device. You can place for example, a function to output a Log message, or a function to calculate a volume measurement based on percentage or an arbitrary value, etc.
 +
 +
Look at this page: http://wiki.linuxmce.org/index.php/Generic_Serial_Device
 +
 +
Hope that helps... --[[User:Tschak909|Tschak909]] 05:02, 10 July 2010 (CEST)

Latest revision as of 05:02, 10 July 2010

What is the purpose of the Private Method Listing?

The Private method listing allows for Ruby methods to be defined that can be used by the other command methods in the GSD device. You can place for example, a function to output a Log message, or a function to calculate a volume measurement based on percentage or an arbitrary value, etc.

Look at this page: http://wiki.linuxmce.org/index.php/Generic_Serial_Device

Hope that helps... --Tschak909 05:02, 10 July 2010 (CEST)