Table of Contents

Class IotGatewayContainer

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Container class representing the _iot_gateway node in the full project JSON. Holds the three agent collections (MQTT Client, REST Client, REST Server).

public class IotGatewayContainer
Inheritance
IotGatewayContainer
Inherited Members

Properties

IsEmpty

Returns true if all three agent collections are null or empty.

MqttClientAgents

Gets or sets the MQTT Client agents.

RestClientAgents

Gets or sets the REST Client agents.

RestServerAgents

Gets or sets the REST Server agents.