HciRequest

data class HciRequest(client: HciClient, auth: HciAuth?, ext: String?, ver: String, lang: String, svcReqL: List<HciRequestEnvelope>)

Properties

auth
Link copied to clipboard
val auth: HciAuth?

The authentication for the request

client
Link copied to clipboard
val client: HciClient

The requesting client

ext
Link copied to clipboard
val ext: String?

The HCI ext of the client

lang
Link copied to clipboard
val lang: String

The client language

svcReqL
Link copied to clipboard
val svcReqL: List<HciRequestEnvelope>

The service request frames

ver
Link copied to clipboard
val ver: String

The client HCI version