Categorygithub.com/EdgeHub-Repo/dc-edge-sdk-golang
modulepackage
1.0.2
Repository: https://github.com/edgehub-repo/dc-edge-sdk-golang.git
Documentation: pkg.go.dev

# README

WISEPaaS.DataHub.Edge.Go.SDK

The WISEPaaS.DataHub.Edge.Go.SDK package allows developers to write Golang applications which access the WISE-PaaS/DataHub Platform via MQTT or MQTT over the secure webSocket protocol.

# Functions

NewAgent ...
NewAnaglogTagConfig ...
No description provided by the author
NewDataRecoverHelper ...
NewDeviceConfig ...
NewDiscreteTagConfig ...
NewEdgeAgentOptions will create a new EdgeAgentOption with some new values ReconnectInterval: 1 Type: EdgeType["Gateway"] HeartBeatInterval: HeartBeatInterval DataRecover: true, ConnectType: ConnectType["DCCS"], UseSecure: false, MQTT.Port: 1883 MQTT.ProtocalType: Protocol["TCP"].
NewNodeConfig ...
NewTextTagConfig ...

# Constants

# Variables

Action ...
ConnectType ...
EdgeType ...
MessageType ...
Protocol ...
Status ...
TagType ...

# Structs

AnalogTagConfig ...
AzureIoTClient implements the Client interface for Azure IoT Hub.
AzureIoTHub Options ...
BlockConfig ...
ConfigAckMessage ...
DCCSOptions ...
Device ...
DeviceConfig ...
DeviceStatus ...
DiscreteTagConfig ...
EdgeAgentOptions ...
EdgeConfig ...
EdgeData ...
EdgeDeviceStatus ...
EdgeTag ...
MessageReceivedEventArgs ...
MQTTClient implements the Client interface for MQTT.
MQTTOptions ...
NodeConfig ...
Tag ...
TextTagConfig ...
TimeSyncMessage ...
WriteDataMessage ...

# Interfaces

Agent ...
No description provided by the author
DataRecoverHelper ...
Message ...

# Type aliases

OnConnectHandler ...
OnDisconnectHandler ...
OnMessageReceiveHandler ...