Read only
About PNA Options

ReceiverCount Property


Description

Returns the number of receivers in the remote PNA. The returned number includes both test port receivers and reference receivers. See the number of reference receivers in your PNA.

 VB Syntax

value = cap.ReceiverCount

Variable

(Type) - Description

value

(Long) - Variable to store the returned number of receivers.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.ReceiverCount 'Read

C++ Syntax

HRESULT get_ReceiverCount(long * receiverCount );

Interface

ICapabilities