All Classes Files Functions Variables Pages
webadmin::PortCondition Struct Reference

import"IpServices.idl";

Public Attributes

PortComparator comparator
 does the list contains either single port (equal/greater/etc.), range or list of ports More...
 
PortList ports
 

Detailed Description

Port - used to define condition for ports (i.e. one port, from/to range or greater/less than)

Member Data Documentation

PortComparator webadmin::PortCondition::comparator

does the list contains either single port (equal/greater/etc.), range or list of ports

PortList webadmin::PortCondition::ports

list of port numbers - meaning depends on comparator (see below)

  • for comparator Equal, NotEqual, GreaterThan, LessThan => one port number for the condition

for comparator Range => two port numbers defining the from/to range (inclusive)

  • for comparator List => list of exact port numbers
  • for comparator Any => list should be empty (if not, just ignore the values)

The documentation for this struct was generated from the following file: