保存程序
This commit is contained in:
@@ -244,6 +244,16 @@ public:
|
||||
return property.command;
|
||||
}
|
||||
|
||||
uint8_t Frame(void)
|
||||
{
|
||||
return property.frame;
|
||||
}
|
||||
|
||||
uint8_t AutoContinue(void)
|
||||
{
|
||||
return property.autocontinue;
|
||||
}
|
||||
|
||||
uint16_t Group(void)
|
||||
{
|
||||
return property.group;
|
||||
|
||||
Reference in New Issue
Block a user