Added Write_Enabled flag API into multi-state-input and multi-state-value basic objects. (#903)
This commit is contained in:
@@ -69,6 +69,13 @@ BACNET_STACK_EXPORT
|
||||
void Multistate_Value_Write_Present_Value_Callback_Set(
|
||||
multistate_value_write_present_value_callback cb);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
bool Multistate_Value_Write_Enabled(uint32_t instance);
|
||||
BACNET_STACK_EXPORT
|
||||
void Multistate_Value_Write_Enable(uint32_t instance);
|
||||
BACNET_STACK_EXPORT
|
||||
void Multistate_Value_Write_Disable(uint32_t instance);
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
bool Multistate_Value_Change_Of_Value(uint32_t instance);
|
||||
BACNET_STACK_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user