Tcp (Tcp States And Events); Tcp.client (Tcp Client States And Events); Tcp.smtp (Smtp States And Events) - FALCOM MAMBOII User Manual

Table of Contents

Advertisement

C
C
ONFIGURATION
OMMAND

3.2.25.1.1.7 TCP (TCP states and events)

3.2.25.1.1.7.1
STATES-are checked every second
State notification code
TCP.Client.sConnecting
TCP.Client.sConnected
TCP.Client.sDisconnecting
TCP.Client.sDisconnected
TCP.Client.sIdle
EVENTS-are evaluated just when the event occurs
Event notification code
TCP.Client.eConnecting
TCP.Client.eConnected
TCP.Client.ePacketSent
TCP.Client.ePingSent
TCP.Client.eReceived=["text"]
["text"]
TCP.Client.eDisconnecting
TCP.Client.eDisconnected
3.2.25.1.1.7.2
STATES
None
EVENTS-are evaluated just when the event occurs
Event notification code
TCP.SMTP.eSent
TCP.SMTP.eFailed
This confidential document is a property of FALCOM and may not be copied or circulated without previous permission.
S
- F
R
ET
IRMWARE

TCP.Client (TCP Client states and events)

Meaning
True when the device is trying to connect to the server until it is successfully
connected.
True when the device is successfully connected to the server until it attempts to
disconnect.
True when the device is trying to disconnect from the server until it is disconnected.
True when the MAMBOII device is successfully disconnected from the server until it
attempts to connect.
True when the TCP connection is currently inactive until it is connected.
(TCP.Client.Connect command can be used to establish the TCP connection). Usually
TCP parameters are configured to automatically connect to the TCP server when
GPRS state is already online. This state can be used to retrieve the connection state
when manual connection to the server is desired.
Meaning
Occurs when the device initiates a TCP connection to the server, but still not
connected.
(in this moment the device may send initial data to the used server for
acknowledgement). How to use such an event, refer to the chapter 6.11.3.6.1, page
267.
Occurs when the device has sent a TCP packet to the connected remote server.
Occurs when the server receives a ping from the devices.
Occurs when the device receives a TCP packet (with a specifc text) from the server.
Example:
TCP.Client.eReceived="test"
It is optional. It specifies in quotation marks (" ") the text (i.e. "your text") to be
compared. If it is omitted, the event occurs for each incoming message sent from
remote server. This comparison is case sensitive. The text to be sent from the remote
server must be terminated with <CR><LF>.
Occurs when the device attempts to disconnect from to the server.
The TCP connection between the device and the server has been broken.
Table 39:
TCP Client states and events

TCP.SMTP (SMTP states and events)

Meaning
Occurs when the device sends out an e-Mail.
Occurs when the device is not able to complete a send Email operation to a SMTP server.
The connection to the SMTP server failed, or authentication failed or the operation timed out
etc.
Table 40:
SMTP states and events.
2.4.0_
-
EVISION
BETA
V
1.0.0
ERSION
Page 231 of 271

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MAMBOII and is the answer not in the manual?

Questions and answers

Table of Contents