value
fun <AttributeType : Attribute<ReadAction, WriteAction>, ReadAction : DeviceAction.Read, WriteAction : DeviceAction.Write> Flow<AttributeType?>.value(): Flow<ByteArray?>
Gets a (Flow of) the ByteArray value from a Flow of an AttributeType
Return
the Flow of the ByteArray value of the AttributeType in the given Flow
Parameters
AttributeType
the type of Attribute to get the value from
ReadAction
the DeviceAction.Read associated with AttributeType
WriteAction
the DeviceAction.Write associated with AttributeType