SetBluetoothDeviceResponse
data class SetBluetoothDeviceResponse(val name: String, val state: CommandState, val id: String? = null, val results: ResultSetBluetoothDevice? = null, val error: CommandError? = null, val progress: CommandProgress? = null) : CommandApiResponse
Constructors
Link copied to clipboard
constructor(name: String, state: CommandState, id: String? = null, results: ResultSetBluetoothDevice? = null, error: CommandError? = null, progress: CommandProgress? = null)
Properties
Link copied to clipboard
Error information (See Errors for details). This output occurs in state "error"
Link copied to clipboard
Progress information. This output occurs in state "inProgress"
Link copied to clipboard
Results when each command is successfully executed. This output occurs in state "done"
Link copied to clipboard
Command execution status