Reworked data types, part II
This commit is contained in:
@@ -60,7 +60,7 @@ BCValue::BCValue(const BCValueType& valueType_, BCDevice::ID deviceID_, BC::ID r
|
||||
|
||||
void BCValue::readRawValue( const BCAbstractTransmitter& transmitter ) const
|
||||
{
|
||||
std::optional<uint32_t> result = transmitter.readRawValue( deviceID, registerID );
|
||||
bcdata_t result = transmitter.readRawValue( deviceID, registerID );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user