Read only
About PNA Options

FirmwareMinorRevision Property


Description

Returns the minor firmware revision number as an integer. For example, given a firmware revision number A.03.30, this command returns 30.

 VB Syntax

value = cap.FirmwareMinorRevision

Variable

(Type) - Description

value

(Long) - Variable to store the returned decimal value of the firmware revision number.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.FirmwareMinorRevision 'Read

C++ Syntax

HRESULT get_FirmwareMinorRevision(long * minorRev );

Interface

ICapabilities