com.thingmagic
Class Gen2.IDS.SL900A.LogModeData

java.lang.Object
  extended by com.thingmagic.Gen2.IDS.SL900A.LogModeData
Enclosing class:
Gen2.IDS.SL900A

public static class Gen2.IDS.SL900A.LogModeData
extends java.lang.Object


Constructor Summary
Gen2.IDS.SL900A.LogModeData(byte reply)
           
Gen2.IDS.SL900A.LogModeData(byte[] reply)
           
 
Method Summary
 boolean getBattCheckEnable()
           
 boolean getExt1SensorEnable()
           
 boolean getExt2SensorEnable()
           
 Gen2.IDS.SL900A.LoggingForm getForm()
           
 byte getRaw()
           
 Gen2.IDS.SL900A.StorageRule getStorage()
           
 boolean getTempSensorEnable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Gen2.IDS.SL900A.LogModeData

public Gen2.IDS.SL900A.LogModeData(byte reply)

Gen2.IDS.SL900A.LogModeData

public Gen2.IDS.SL900A.LogModeData(byte[] reply)
Method Detail

getRaw

public byte getRaw()

getForm

public Gen2.IDS.SL900A.LoggingForm getForm()

getStorage

public Gen2.IDS.SL900A.StorageRule getStorage()

getExt1SensorEnable

public boolean getExt1SensorEnable()

getExt2SensorEnable

public boolean getExt2SensorEnable()

getTempSensorEnable

public boolean getTempSensorEnable()

getBattCheckEnable

public boolean getBattCheckEnable()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object