示例#1
0
                /**
                 * Gets the temperature of the pigeon.
                 *
                 * @return Temperature in ('C)
                 */
                public float GetTemp()
                {
                    float retval;

                    _ll.GetTemp(out retval);
                    return(retval);
                }