ConnectionResult

sealed class ConnectionResult

The result of a connection request.

A connection request may either succeed or be denied (ignored by the peripheral). It cannot fail with an error. Issues may arise during an open connection which will cause the link to be terminated, but the connection itself is successful.

Read more about connection process on DevAcademy.

Inheritors

Types

Link copied to clipboard

The connection request succeeded.

Link copied to clipboard

The connection request was denied.