IEC_BACNET_STACK_MSTP_DATALINK (STRUCT)ΒΆ
TYPE IEC_BACNET_STACK_MSTP_DATALINK : STRUCT
The data structure used by the MS/TP datalink.
This structure is used for configuration of the MS/TP datalink layer.
- InOut:
Name
Type
Comment
pszDeviceName
POINTER TO IEC_BACNET_BYTE
Name of the serial device to use.
nBaudrate
Baudrate of the serial device to use.
nMacAddress
MS/TP manager / subordinate MAC address.
nMaxInfoFrames
Maximum number of info frames which are sent when token has been received.
nMaxManager
Maximum manager address for which is search on poll for manager.
nTReplyTimeout
Request reply timeout.
nTUsageTime
Token usage timeout.
bIsMstpManager
Indicates that this node is a manager on the bus.
bForceSoleManagerNode
Indicates that no search for other managers shall be initiated.
bForcePostponed
Received requests expecting for reply are answered with reply postponed instead of waiting for the real response from the users application.