selectCandidate

abstract fun selectCandidate(candidate: ByteArray)

Perform candidate selection.

Parameters

candidate

Candidate identifier. The ByteArray should only contain one Byte with the selected candidate index in it.

Throws

SwitcloudL2Exception

or any derived exception class.