Class IoTDataDriverSettings
Settings of the IoT data driver. Most of the settings are for connection to the API or source of the data
Inheritance
System.Object
IoTDataDriverSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Devices.Dto
Assembly: VEDriversLite.dll
Syntax
public class IoTDataDriverSettings
Properties
| Improve this Doc View SourceComSchemeType
Communication Schemes (Requests - classic API), (PubSub - like MQTT)
Declaration
public CommunicationSchemeType ComSchemeType { get; set; }
Property Value
Type | Description |
---|---|
CommunicationSchemeType |
ConnectionParams
Main connection parameters
Declaration
public CommonConnectionParams ConnectionParams { get; set; }
Property Value
Type | Description |
---|---|
CommonConnectionParams |
IoTComType
Communication type - REST API, MSSQL Database, MQTT, etc.
Declaration
public IoTCommunicationType IoTComType { get; set; }
Property Value
Type | Description |
---|---|
IoTCommunicationType |