GetStrengthResponse

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

Response type for getStrength function

Constructors

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

Properties

data
Link copied to clipboard
val data: Int?

The transmission power of the BluPOINT device

error
Link copied to clipboard