SERVICE_TYPE_E

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


Direct expressions

EQ (service_type_e type)

Returns Boolean True if the Connection service type matches the argument. Example:
CONNECTION.SVCTYPE.EQ(TCP)

Parameters (expressions not allowed):

            type- Service type

Returns: bool_at

NE (service_type_e type)

Returns Boolean True if the Connection service type do not matches the argument. Example:
CONNECTION.SVCTYPE.NE(TCP)

Parameters (expressions not allowed):

            type- Service type

Returns: bool_at