open

abstract suspend fun open(accessPoint: AccessPoint): Result<Unit>

Opens an AccessPoint.

Since

1.12.0

Return

Result indicating success or error

Parameters

accessPoint

the AccessPoint to be opened