Validity: RC3E v33.9.1-17 (or later)
This keyword allows a variable of type STRU_BCC_TCP_CLIENT to be defined.
This variable is used by the R3 function bcc_get_tcp_clients_info() to obtain information regarding the list of registered clients and to know if the BCC message flow from the specific client is still active or not.
It consists of the following information:
Field |
Type |
Description |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ip_addr |
U32 |
IP address of the client |
||||||||||||
port |
U16 |
Client port |
||||||||||||
status |
U32 |
Logical status of the connection.
|
||||||||||||
description |
STRING [66] |
Client description |
||||||||||||
last_access |
REAL |
Last valid time to receive a BCC message before setting "missing flow" [ms] |
||||||||||||
timeout |
U32 |
Scheduled timeout [ms] |
||||||||||||
flags |
U32 |
Reserved |
Example declaration:
Esempio di utilizzo:
|