C# Class hobd.SensorTrackData

Show file Open project: cail/hobd Class Usage Examples

Public Properties

Property Type Description
gap int
history_t List
history_v List
id string
last_stored long
length int
period int
startat long
stopat long

Property Details

gap public property

public int gap
return int

history_t public property

public List history_t
return List

history_v public property

public List history_v
return List

id public property

public string id
return string

last_stored public property

public long last_stored
return long

length public property

public int length
return int

period public property

public int period
return int

startat public property

public long startat
return long

stopat public property

public long stopat
return long