C# 클래스 field_gateway_c2d_job.Functions

파일 보기 프로젝트 열기: michael-chi/Azure-IOTHub

공개 메소드들

메소드 설명
GetAllDevicesAsync ( ) : Task

In this sample gateway, device information stored at \APP_DATA\{deviceId}; This function get all device information from the folder

ReceiveC2DAsync ( ) : Task

비공개 메소드들

메소드 설명
WriteFile ( string deviceId, string log ) : void

메소드 상세

GetAllDevicesAsync() 공개 정적인 메소드

In this sample gateway, device information stored at \APP_DATA\{deviceId}; This function get all device information from the folder
public static GetAllDevicesAsync ( ) : Task
리턴 Task

ReceiveC2DAsync() 공개 정적인 메소드

public static ReceiveC2DAsync ( ) : Task
리턴 Task