Client()

DESCRIPTION

This class is the main entry point for the Nabto Edge Client SDK Swift wrapper.

It enables you to create a connection object, used to connect to a Nabto Edge Embedded device. And it provides misc support functions: Create a private key (mandatory to later connect to a device), control logging, get SDK version. The Client object must be kept alive for the duration of all connections created from it.

DECLARATION

public class Client: NSObject