Write/Read
About Segment Sweep

PortIFBandwidthOption Property


Description

Enables or disables IF Bandwidth per port per segment. Value is set using the PortIFBandwidth Property of a Segment

 VB Syntax

segs.PortIFBandwidthOption = value

Variable

(Type) - Description

segs

A Segments collection (object)

 value

(boolean)
True
- Enable port IF bandwidth.

False - Disable port IF bandwidth.

Return Type

Boolean

Default

False

Examples

segs.PortIFBandwidthOption = True 'Write

IFBWstate = segs.PortIFBandwidthOption 'Read

C++ Syntax

HRESULT get_PortIFBandwidthOption(VARIANT_BOOL* pVal)

HRESULT put_PortIFBandwidthOption(VARIANT_BOOL pVal)

Interface

ISegments6