Here are the classes, structs, unions and interfaces with brief descriptions:
CGPin | Class for handling GPIO pins Use it to read from or write to a pin |
CGPins | This class stores GPin objects which connect the server to device hardware pins para/> |
CGTime | Used to store time. Depended on which constuctor is used, values can be eather a "date and time" or a "counter" up to 49 days. |
CGUrl | |
CIPAddressList | A list to store IP addresses |
CJson | A class for parsing json strings |
CJsonData | Class for representing elements and objects in a json object. You can use it to browse and get values and add and remove objects from a json. |
CLinkedList | A general linked list ready to be used or Inherited |
CListNode | |
CPinValue | Used to store only Number and value of a pin |
CPinWatch | Used to monitor a pin. Can monitor if a pin value changes more or less than something and can monitor if a certain amount of time has passed. |
CPinWatchList | PinWatchList allows you to add one or more timers and/or monitor value changes on multiple pins |