Exemplo n.º 1
0
                /**
                 * Gets the current Pigeon uptime.
                 *
                 * @return How long has Pigeon been running in whole seconds. Value caps at
                 *         255.
                 */
                public int GetUpTime()
                {
                    int retval;

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