C# Class field_gateway_c2d_job.Functions

Datei anzeigen Open project: michael-chi/Azure-IOTHub

Public Methods

Method Description
GetAllDevicesAsync ( ) : Task

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

ReceiveC2DAsync ( ) : Task

Private Methods

Method Description
WriteFile ( string deviceId, string log ) : void

Method Details

GetAllDevicesAsync() public static method

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

ReceiveC2DAsync() public static method

public static ReceiveC2DAsync ( ) : Task
return Task