FirmwareVersion Property

Phcc Interface Library .NET / COM

Gets a string containing the PHCC motherboard's firmware version.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FirmwareVersion As String
C#
public string FirmwareVersion { get; }

Return Value

A String containing the PHCC motherboard's firmware version.

See Also