Added BCValue creation, part II.
This commit is contained in:
25
bcvalue.cpp
25
bcvalue.cpp
@@ -29,3 +29,28 @@
|
||||
|
||||
|
||||
#include <bcvalue.h>
|
||||
|
||||
|
||||
BCValue::BCValue(BCDevice::ID deviceID_, BC::ID targetID_)
|
||||
: deviceID{deviceID_}, targetID{targetID_}
|
||||
{
|
||||
}
|
||||
|
||||
void BCValue::setLongValue( uint8_t value)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
uint8_t BCValue::getLongValue()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
BCValue* BCValue::makeValue(BCDevice::ID deviceI, const BCValueParams& params )
|
||||
{
|
||||
|
||||
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user