次の方法で共有


FtCommon.GetDevices メソッド

定義

接続されている FT4222 の一覧を返します

public static System.Collections.Generic.List<Iot.Device.Ft4222.DeviceInformation> GetDevices ();
public static System.Collections.Generic.List<Iot.Device.Ft4222.FtDevice> GetDevices ();
static member GetDevices : unit -> System.Collections.Generic.List<Iot.Device.Ft4222.DeviceInformation>
static member GetDevices : unit -> System.Collections.Generic.List<Iot.Device.Ft4222.FtDevice>
Public Shared Function GetDevices () As List(Of DeviceInformation)
Public Shared Function GetDevices () As List(Of FtDevice)

戻り値

接続されているデバイスの一覧

適用対象