Read only |
About PNA Options |
Description |
Returns a value indicating the presence of Frequency Offset Option 080 in the remote PNA. |
VB Syntax |
value = cap.IsFrequencyOffsetPresent |
Variable |
(Type) - Description |
value |
(Boolean) - Variable to store the returned value True - Frequency Offset Option 080 is present False - Frequency Offset Option 080 is not present |
cap |
A Capabilities (object) |
Return Type |
Boolean |
Default |
Not Applicable |
Examples |
value = cap.isFrequencyOffsetPresent(1) 'Read |
C++ Syntax |
HRESULT get_IsFrequencyOffsetPresent(VARIANT_BOOL * present ); |
Interface |
ICapabilities |