Skip to content

EnableDisableMsgTx: To enable or disable message transmission from the node

BOOL EnableDisableMsgTx ( BOOL bEnable)
```### Description
This function will enable or disable message transmission from a node. User can pass parameter as TRUE to enable and FALSE to disable outgoing message from a node.The node can receive the messages in both state. Function will return TRUE, if state change was successful otherwise it will return FALSE.### Inputs
bEnable - TRUE to Enable message transmission. FALSE to disable### Returns
TRUE success. FALSE if the handler is already in the specified state
---
**Authoritative source**: BUSMASTER DITA help source `EnableDisableMsgTx.dita`, compiled into `BUSMASTER.CHM` with the application.