C# 클래스 Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Helpers.DeviceCreatorHelper

Helper class to encapsulate interactions with the device schema. behind the schema.
파일 보기 프로젝트 열기: Azure/azure-iot-remote-monitoring

공개 메소드들

메소드 설명
BuildDeviceStructure ( string deviceId, bool isSimulated, string iccid ) : DeviceModel

Build a valid device representation used throughout the app.

비공개 메소드들

메소드 설명
InitializeDeviceProperties ( DeviceModel device, string deviceId, bool isSimulated ) : void

Initialize the device properties for a new device.

InitializeSystemProperties ( DeviceModel device, string iccid ) : void

Initialize the system properties for a new device.

메소드 상세

BuildDeviceStructure() 공개 정적인 메소드

Build a valid device representation used throughout the app.
public static BuildDeviceStructure ( string deviceId, bool isSimulated, string iccid ) : DeviceModel
deviceId string
isSimulated bool
iccid string
리턴 Microsoft.Azure.Devices.Applications.RemoteMonitoring.Common.Models.DeviceModel