Read only
About PNA Options

MaximumNumberOfChannels Property


Description

Returns the maximum possible number of channels that can be used in the PNA.

 VB Syntax

value = cap.MaximumNumberOfChannels

Variable

(Type) - Description

value

(Long) - Variable to store the returned maximum value for number of channels.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.MaximumNumberOfChannels 'Read

C++ Syntax

HRESULT get_MaximumNumberOfChannels(long *  maximumNumberOfChans );

Interface

ICapabilities2