SmartMeshSDK
 All Classes Namespaces Functions Variables Groups
DC2126A.dc2126aData Class Reference

A singleton that holds the data for this application. More...

+ Inheritance diagram for DC2126A.dc2126aData:

Public Member Functions

def __new__
 
def __init__
 
def set
 
def get
 

Public Attributes

 dataLock
 
 data
 

Detailed Description

A singleton that holds the data for this application.

Constructor & Destructor Documentation

def DC2126A.dc2126aData.__init__ (   self)

Member Function Documentation

def DC2126A.dc2126aData.__new__ (   cls,
  args,
  kwargs 
)
def DC2126A.dc2126aData.get (   self,
  k 
)
def DC2126A.dc2126aData.set (   self,
  k,
  v 
)

Member Data Documentation

DC2126A.dc2126aData.data
DC2126A.dc2126aData.dataLock