Deprecated API

Deprecated Fields
com.dalsemi.comm.NativeComm.PORT_LCD
          The LCD driver is no longer supported. 
 

Deprecated Methods
com.dalsemi.tininet.TININet.createIPFromString(String)
          This method is flagged deprecated because callers of this method assume IPv4-only networking. 
com.dalsemi.tininet.TININet.createIPString(byte[])
          This method is flagged deprecated because callers of this method assume IPv4-only networking. 
com.dalsemi.system.TINIOS.enableSerialPort1(boolean)
          Use setSerial(SERIAL_SET_ENABLE,port,myBooleanHere); 
com.dalsemi.system.TINIOS.getExternalSerialPortAddress(int)
          Use setSerial(SERIAL_EX_GET_PORT_ADDRESS,port,0); 
com.dalsemi.system.TINIOS.getExternalSerialPortEnable(int)
          Use setSerial(SERIAL_EX_GET_ENABLE,port,0); 
com.dalsemi.system.TINIOS.getExternalSerialPortSearchEnable()
          Use setSerial(SERIAL_EX_GET_SEARCH_ENABLE,port,0); 
com.dalsemi.system.TINIOS.getRTSCTSFlowControlEnable(int)
          Use setSerial(SERIAL_GET_RTSCTS_FLOW_CONTROL,port,0); 
com.dalsemi.system.TINIOS.getSerialBootMessagesState()
          Use setSerial(SERIAL_GET_BOOT_MESSAGE_STATE,port,0); 
com.dalsemi.system.TINIOS.setDebugMessagesState(boolean)
          Use setSerial(SERIAL_SET_DEBUG_MESSAGE_STATE,port,myBooleanHere); 
com.dalsemi.system.TINIOS.setExternalSerialPortAddress(int, int)
          Use setSerial(SERIAL_EX_SET_PORT_ADDRESS,port,portAddressInt); 
com.dalsemi.system.TINIOS.setExternalSerialPortEnable(int, boolean)
          Use setSerial(SERIAL_EX_SET_ENABLE,port,yourBooleanHere); 
com.dalsemi.system.TINIOS.setExternalSerialPortSearchEnable(boolean)
          Use setSerial(SERIAL_EX_SET_SEARCH_ENABLE,port,myBooleanHere); 
com.dalsemi.system.TINIOS.setRTSCTSFlowControlEnable(int, boolean)
          Use setSerial(SERIAL_SET_RTSCTS_FLOW_CONTROL,port,myBooleanHere); 
com.dalsemi.system.TINIOS.setSerialBootMessagesState(boolean)
          Use setSerial(SERIAL_SET_BOOT_MESSAGE_STATE,port,myBooleanHere); 
 



Also see:
o TINI 1.11 API, Optional Modules
o TINI Home Page
o 1-Wire API

Last update Fri Jan 24 12:06:43 CST 2003
Используются технологии uCoz