CLOptionValue

class CLOptionValue(val bytes: Array[Byte], val clTypeOption: CLTypeInfo, val parsed: Any) extends CLValue

Option CLValue

class CLValue
class Object
trait Matchable
class Any

Value members

Constructors

def this(hexBytes: String, clTypeOption: CLTypeInfo, parsed: Any)

Constructor using hex string, CLTypeInfo and a parsed value

Constructor using hex string, CLTypeInfo and a parsed value

Concrete fields

override val bytes: Array[Byte]
override val parsed: Any

Inherited fields

Inherited from
CLValue