RebootResponse

data class RebootResponse(error: BluIDSDKError?, data: String?)

Response type for reboot function

Constructors

RebootResponse
Link copied to clipboard
fun RebootResponse(error: BluIDSDKError?, data: String?)

Properties

data
Link copied to clipboard
val data: String?

null if any error occurs

error
Link copied to clipboard