Voffcon NodeMcu device server
|
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 | |
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. |
CKeyValue | |
CLinkedList< T > | A general linked list ready to be used or Inherited |
▼CLinkedList< IPAddress * > | |
CIPAddressList | A list to store IP addresses |
▼CLinkedList< PinWatch * > | |
CPinWatchList | PinWatchList allows you to add one or more timers and/or monitor value changes on multiple pins |
CListNode< T > | |
CListNode< IPAddress * > | |
CListNode< PinWatch * > | |
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. |