public class YSdi12Sensor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
_addr |
protected String |
_mfg |
protected String |
_model |
protected String |
_proto |
protected YSdi12Port |
_sdi12Port |
protected String |
_sn |
protected ArrayList<ArrayList<String>> |
_valuesDesc |
protected String |
_ver |
| Modifier and Type | Method and Description |
|---|---|
void |
_parseInfoStr(String infoStr) |
void |
_queryValueInfo() |
String |
get_measureCommand(int measureIndex) |
int |
get_measureCount() |
String |
get_measureDescription(int measureIndex) |
int |
get_measurePosition(int measureIndex) |
String |
get_measureSymbol(int measureIndex) |
String |
get_measureUnit(int measureIndex) |
String |
get_sensorAddress() |
String |
get_sensorModel() |
String |
get_sensorProtocol() |
String |
get_sensorSerial() |
String |
get_sensorVendor() |
String |
get_sensorVersion() |
ArrayList<ArrayList<String>> |
get_typeMeasure() |
protected YSdi12Port _sdi12Port
protected String _addr
protected String _proto
protected String _mfg
protected String _model
protected String _ver
protected String _sn
public String get_sensorAddress()
public String get_sensorProtocol()
public String get_sensorVendor()
public String get_sensorModel()
public String get_sensorVersion()
public String get_sensorSerial()
public int get_measureCount()
public String get_measureCommand(int measureIndex)
public int get_measurePosition(int measureIndex)
public String get_measureSymbol(int measureIndex)
public String get_measureUnit(int measureIndex)
public String get_measureDescription(int measureIndex)
public void _parseInfoStr(String infoStr) throws YAPI_Exception
YAPI_Exceptionpublic void _queryValueInfo()
throws YAPI_Exception
YAPI_ExceptionCopyright © 2023. All rights reserved.