HciServiceResultFrame

class HciServiceResultFrame(meth: HciServiceMethod, err: HciServiceError, errTxt: String?, errTxtOut: String?, id: String?, ctx: String?, statist: String?, res: HciServiceResult?)

Properties

ctx
Link copied to clipboard
val ctx: String?

The context of this result frame

err
Link copied to clipboard
val err: HciServiceError

The status of the service result

errTxt
Link copied to clipboard
val errTxt: String?

The description of the service error

errTxtOut
Link copied to clipboard
val errTxtOut: String?

The display description of the service error

id
Link copied to clipboard
val id: String?

The id of this result frame

meth
Link copied to clipboard
val meth: HciServiceMethod

The service method associated with the result

res
Link copied to clipboard
val res: HciServiceResult?

The actual service result

statist
Link copied to clipboard
val statist: String?