Sdílet prostřednictvím


FtDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String) Konstruktor

Definice

Vytvoří instanci objektu DeviceInformation.

public FtDevice (Iot.Device.FtCommon.FtFlag flags, Iot.Device.FtCommon.FtDeviceType type, uint id, uint locId, string serialNumber, string description);
new Iot.Device.FtCommon.FtDevice : Iot.Device.FtCommon.FtFlag * Iot.Device.FtCommon.FtDeviceType * uint32 * uint32 * string * string -> Iot.Device.FtCommon.FtDevice
Public Sub New (flags As FtFlag, type As FtDeviceType, id As UInteger, locId As UInteger, serialNumber As String, description As String)

Parametry

flags
FtFlag

Označuje stav zařízení.

type
FtDeviceType

Označuje typ zařízení.

id
UInt32

ID dodavatele a ID produktu zařízení.

locId
UInt32

Identifikátor fyzického umístění zařízení.

serialNumber
String

Sériové číslo zařízení.

description
String

Popis zařízení.

Platí pro