Ft4222Common.GetVersions Method

Definition

Get the versions of the chipset and dll

public static (Version? Chip, Version? Dll) GetVersions ();
static member GetVersions : unit -> ValueTuple<Version, Version>
Public Shared Function GetVersions () As ValueTuple(Of Version, Version)

Returns

Both the chipset and dll versions

Applies to