Read only
About PNA Options

FirmwareSeries Property


Description

Returns the alpha portion of the firmware revision number. For example, given a firmware revision number A.03.30, this command returns A.

 VB Syntax

value = cap.FirmwareSeries

Variable

(Type) - Description

value

(String) - Variable to store the returned alpha value of the firmware revision number.

cap

A Capabilities (object)

Return Type

String

Default

Not Applicable

Examples

value = cap.FirmwareSeries 'Read

C++ Syntax

HRESULT get_FirmwareSeries(BSTR * series);

Interface

ICapabilities