Gets the last baud rate set in the most recent setBaudRate() or
setAllConfig(mode,baud,parity,stop,bitsPerByte) or
setAllConfig(mode,baud,parity,stop,bitsPerByte,warmUp,warmDown).
Gets the word size set in the most recent setBitsPerByte() or
setAllConfig(mode,baud,parity,stop,bitsPerByte) or
setAllConfig(mode,baud,parity,stop,bitsPerByte,warmUp,warmDown).
Gets the mode set in the most recent setMode() or
setAllConfig(mode,baud,parity,stop,bitsPerByte) or
setAllConfig(mode,baud,parity,stop,bitsPerByte,warmUp,warmDown).
Gets the parity set in the most recent setParity() or
setAllConfig(mode,baud,parity,stop,bitsPerByte) or
setAllConfig(mode,baud,parity,stop,bitsPerByte,warmUp,warmDown).
Gets the stop bit count set in the most recent setStopBits() or
setAllConfig(mode,baud,parity,stop,bitsPerByte) or
setAllConfig(mode,baud,parity,stop,bitsPerByte,warmUp,warmDown).
This method returns whether the service will synchronize the hardware clock to the system time
every time the service synchronizes the system time with the NTP Server.
This method is used read the maximum number of bytes that will be forwarded in one pass from the serial port to the network port or vice versa for a previously created TermClient.
This method is used to get the ATDTDial string used to determine to which remote network port the TermClient should connect for a previously created TermClientConnection.
This method is used to return the Connected string used to indicate a successful connection to a remote server for a previously created TermClientConnection.
This method is used to return the Disconnect mode string used to determine what can be used to interrupt the connection for a previously created TermClientConnection.
This method is used to return the Disconnected string used to indicate a closed connection or a failure to connect to a remote server for a previously created TermClientConnection.
This method is used to return the Echo mode string used to control the reply messages to the serial port or also the network port for a previously created TermClientConnection.
This method returns whether the DTR output on the serial port should transition to HI and LOW based on the state of the network connection for a previously created TermClient.
This method is used read if a connection to a remote server should be closed based on inactivity on a on a Serial Port for a previously created TermClient.
This method reads whether the serial replies with an OK packet to any received serial packet beginning with 'AT' that does not match any dialing string for a previously created TermClient.