First commit.
This commit is contained in:
17
bcvalue.cpp
Normal file
17
bcvalue.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include <bcvalue.h>
|
||||
|
||||
|
||||
BCRawValue::BCRawValue(BCDevice::ID deviceID_, BC::ID targetID_)
|
||||
: deviceID{deviceID_}, targetID{targetID_}
|
||||
{
|
||||
}
|
||||
|
||||
void BCRawValue::setLongValue( uint8_t value)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
uint8_t BCRawValue::getLongValue()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user