Deprecated Methods |
com.amx.duet.tools.comm.DeviceUtil.fnGetBaudRate(String, String[])
make sure DeviceUtil.getPropertyKey(String) and
DeviceUtil.validateProperty(String, String) are in your module's overriden
getProperty and setProperty methods respectively.
Retrieve the baud rate from the properties bundle that is part of the
device that is set in setCommonDevice. |
com.amx.duet.tools.comm.DeviceUtil.fnGetDeviceID(String, int, int)
make sure DeviceUtil.getPropertyKey(String) and
DeviceUtil.validateProperty(String, String) are in your module's overriden
getProperty and setProperty methods respectively.
Retrieve the default device ID from the properties bundle that is part of the
device that is set in setCommonDevice.
Note: This device ID is ONLY the device ID indicated in the physical device's protocol,
which may be necessary for correct command formatting. This is NOT the same as the device beacon ID. |
com.amx.duet.tools.math.RangeUtil.fnRangeCheck(int, int, int)
|
com.amx.duet.tools.math.RangeUtil.fnScaleRange(float, float, float, float, float)
|
com.amx.duet.tools.math.RangeUtil.fnScaleRange(int, int, int, int, int)
|
com.amx.duet.tools.comm.DeviceUtil.fnSendChannelFeedback(int, boolean, AdvancedEvent, int, Object)
|
com.amx.duet.tools.comm.DeviceUtil.fnSendLevelFeedback(int, int, AdvancedEvent, int, Object)
|
com.amx.duet.tools.comm.DeviceUtil.fnSendStringFeedback(String, AdvancedEvent, int, Object)
|
com.amx.duet.tools.comm.DeviceUtil.getIPAddress(String)
make sure DeviceUtil.getPropertyKey(String) and
DeviceUtil.validateProperty(String, String) are in your module's overriden
getProperty and setProperty methods respectively.
Get the currently stored IP address in properties. If one has not been set yet, store the
default IP address in properties and return it. |
com.amx.duet.tools.net.snmp.SNMPTrapConnection.setDebug(boolean)
Do not use this method; use setDebugState instead |
com.amx.duet.tools.net.snmp.SNMPConnection.setDebug(boolean)
Do not use this method; use setDebugState instead |
com.amx.duet.tools.net.tcp.SocketConnection.setDebug(boolean)
Do not use this method; use setDebugState instead |
com.amx.duet.tools.util.Reg.setDebug(boolean)
Do not use this method; use setDebugState instead |
com.amx.duet.tools.xml.XMLParser.setDebug(boolean)
Do not use this method; use setDebugState instead |
com.amx.duet.tools.xml.XMLNode.setDebug(boolean)
Do not use this method; use setDebugState instead |
com.amx.duet.tools.lang.ValidateUtil.validatePollTime(String, long)
Use ValidateUtil.validatePollTime(String, long, long, long) instead.
Validates the current poll time. If the current poll time is invalid, the passed in
time value (in seconds) is returned. |