HciConnectionScoreGroup

data class HciConnectionScoreGroup(name: String, icoX: Int, grpid: String, requests: List<HciConnectionScoreGroup.Request>, subL: List<HciConnectionScoreGroup>, conScoringL: List<HciConnectionScoring>, initScoringType: HciConnectionScoring.Type, scrollable: Boolean, bitmask: Int?, msgL: List<HciMessage>)

Types

Request
Link copied to clipboard
data class Request(id: String, autosend: Boolean)

Properties

bitmask
Link copied to clipboard
val bitmask: Int?
conScoringL
Link copied to clipboard
val conScoringL: List<HciConnectionScoring>

The list of connection scorings part of this group

grpid
Link copied to clipboard
val grpid: String

The id of this connection group

icoX
Link copied to clipboard
val icoX: Int

The associated icon's index into HciCommon.icoL

initScoringType
Link copied to clipboard
val initScoringType: HciConnectionScoring.Type

The type of the principal scoring of this group

msgL
Link copied to clipboard
val msgL: List<HciMessage>

The messages associated with this scoring

name
Link copied to clipboard
val name: String

The name of this connection group

requests
Link copied to clipboard
val requests: List<HciConnectionScoreGroup.Request>

Score group requests associated with this group

scrollable
Link copied to clipboard
val scrollable: Boolean

Whether this connection group is scrollable

subL
Link copied to clipboard
val subL: List<HciConnectionScoreGroup>

Sub score groups associated with this one