Connection service type
Enumerations
ADNS
ANY
DHCPRA
SVC_DNS
FTP
MONITOR
MONITOR_PING
MONITOR_UDP
NNTP
RPCCLNT
RPCSVRS
RPCSVR
RTSP
SIP_UDP
SNMP
SSL
SSL_BRIDGE
SSL_TCP
TCP
UDP
SVC_HTTP
SVC_MYSQL
SVC_MSSQL
SERVICE_UNKNOWN
EQ (service_type_e type)
Returns Boolean True if the Connection service type matches the argument.
Example:
CONNECTION.SVCTYPE.EQ(TCP)
type- Service type
Returns: bool_atNE (service_type_e type)
Returns Boolean True if the Connection service type do not matches the argument.
Example:
CONNECTION.SVCTYPE.NE(TCP)
type- Service type
Returns: bool_at