C# Class hobd.SensorListener

Information about sensor listener
Show file Open project: cail/hobd Class Usage Examples

Public Properties

Property Type Description
bt string
failures int
listeners List>
nextReading long
period int
sensor Sensor

Property Details

bt public property

public string bt
return string

failures public property

public int failures
return int

listeners public property

public List> listeners
return List>

nextReading public property

public long nextReading
return long

period public property

public int period
return int

sensor public property

public Sensor sensor
return Sensor