SetStrengthResponse

data class SetStrengthResponse(error: BluIDSDKError?, data: Int?)

Response type for setStrength function

Constructors

SetStrengthResponse
Link copied to clipboard
fun SetStrengthResponse(error: BluIDSDKError?, data: Int?)

Properties

data
Link copied to clipboard
val data: Int?

Transmission strength of the BluPOINT device

error
Link copied to clipboard