Added more object optional API.
This commit is contained in:
@@ -44,6 +44,9 @@ extern "C" {
|
|||||||
unsigned index);
|
unsigned index);
|
||||||
char *Analog_Input_Name(
|
char *Analog_Input_Name(
|
||||||
uint32_t object_instance);
|
uint32_t object_instance);
|
||||||
|
bool Analog_Input_Name_Set(
|
||||||
|
uint32_t object_instance,
|
||||||
|
char *new_name);
|
||||||
|
|
||||||
int Analog_Input_Encode_Property_APDU(
|
int Analog_Input_Encode_Property_APDU(
|
||||||
uint8_t * apdu,
|
uint8_t * apdu,
|
||||||
|
|||||||
Reference in New Issue
Block a user