Class Clock

java.lang.Object
  |
  +--OoctiObject
        |
        +--HwFeature
              |
              +--Clock

public class Clock
extends HwFeature

This object represent the real-time clock that exist on the device.


Constructor Summary
Clock()
           
 
Methods inherited from class OoctiObject
getAttributeValue, getObjectSize, setAttributeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clock

public Clock()