Raw

data class Raw : CmProperty

Represents a property with a raw bytes value.

This type of property is expressed by raw bytes. For example: "Motor serial" could be a raw-bytes-type property that outputs a list of bytes directly which can be translated into a String. These properties are flexible types that are used in case other property types do not fit the situation. Raw bytes properties can output up to 8 bytes of data.

Properties

Link copied to clipboard
open override val info: CmPropertyInfo.Raw

The CmPropertyInfo.Raw metadata describing this property.

Link copied to clipboard
open override val value: CmPropertyValue.Raw

The CmPropertyValue.Raw containing the value of the property.