Connection()

DESCRIPTION

This class represents a connection to a specific Nabto Edge device. The Connection object must be kept alive for the duration of all streams, tunnels, and CoAP sessions created from it.

Instances are created using NabtoEdgeClient.createConnection().

DECLARATION

public class Connection: NSObject, NativeConnectionWrapper