SmartMeshSDK
 All Classes Namespaces Functions Variables Groups
Xively.xivelyConnectorThread Class Reference

A singleton which publishes data to Xively. More...

+ Inheritance diagram for Xively.xivelyConnectorThread:

Public Member Functions

def __new__
 
def __init__
 
def publish
 
def getProductId
 
def close
 
def run
 

Public Attributes

 queue
 
 publisher
 
 name
 

Static Public Attributes

string CLOSE_MESSAGE = 'close'
 

Detailed Description

A singleton which publishes data to Xively.

Constructor & Destructor Documentation

def Xively.xivelyConnectorThread.__init__ (   self)

Member Function Documentation

def Xively.xivelyConnectorThread.__new__ (   cls,
  args,
  kwargs 
)
def Xively.xivelyConnectorThread.close (   self)
def Xively.xivelyConnectorThread.getProductId (   self)
def Xively.xivelyConnectorThread.publish (   self,
  mac,
  datastream,
  value 
)
def Xively.xivelyConnectorThread.run (   self)

Member Data Documentation

string Xively.xivelyConnectorThread.CLOSE_MESSAGE = 'close'
static
Xively.xivelyConnectorThread.name
Xively.xivelyConnectorThread.publisher
Xively.xivelyConnectorThread.queue