jp.ac.naka.ec.plugin.serial
インタフェース SensorData
- 既知の実装クラスの一覧:
- MoxaSensorData
public interface SensorData
EntityCollaboratorにシリアルからの入力をイベント情報として配信する際に用いるデータ型。
現在使用されていない。
- 作成者:
- Takashi Kasuya
toString
java.lang.String toString()
- オーバーライド:
- クラス
java.lang.Object
内の toString
getSensorType
int getSensorType()
- 戻り値:
- the sensor_type
getRssi
int getRssi()
- 戻り値:
- the rssi
getSensorValue
java.lang.String getSensorValue()
- 戻り値:
- the sensor_value
getSeqNumber
int getSeqNumber()
- 戻り値:
- the seqNumber
getSrcAddr
int getSrcAddr()
- 戻り値:
- the srcAddr
getSrcPanId
int getSrcPanId()
- 戻り値:
- the srcPanId
setId
void setId(int num)
- パラメータ:
num
-
getId
int getId()
- 戻り値: