getGoPro

suspend fun getGoPro(id: GoProId): Result<GoPro>

Retrieve a connected GoPro instance

The GoPro referenced by id must have first been connected with connect

Return

GoPro if a connection is found matching the id

Parameters

id