Read only
About PNA Options

IsReferenceBypassSwitchPresent Property


Description

Returns a value indicating the presence of a Reference Bypass Switch in the remote PNA.

 VB Syntax

value = cap.IsReferenceBypassSwitchPresent (n)

Variable

(Type) - Description

value

(Boolean) - Variable to store the returned value.

True - Reference Bypass Switch is present.

False - Reference Bypass Switch is not present.

cap

n

A Capabilities (object)

(Long) - port number to query for reference bypass switch

Return Type

Boolean

Default

Not Applicable

Examples

value = cap.IsReferenceBypassSwitchPresent(1) 'Read

C++ Syntax

HRESULT get_IsReferenceBypassSwitchPresent(long portNumber, VARIANT_BOOL *  present );

Interface

ICapabilities