Read only
About PNA Options

MinimumFrequency Property


Description

Returns the minimum frequency of the remote PNA.

 VB Syntax

value = cap.MinimumFrequency

Variable

(Type) - Description

value

(Double) - Variable to store the returned minimum frequency of the PNA.

cap

A Capabilities (object)

Return Type

Double

Default

Not Applicable

Examples

value = cap.MinimumFrequency 'Read

C++ Syntax

HRESULT get_MinimumFrequency(double *pVal)

Interface

ICapabilities