Write/Read |
About Segment Sweep |
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) 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 |