HciContent

data class HciContent(content: String, type: HciContent.Type)

Types

Type
Link copied to clipboard
enum Type : Enum<HciContent.Type>

Properties

content
Link copied to clipboard
val content: String
type
Link copied to clipboard
val type: HciContent.Type