BACnetIPdatalink.CheckNetworkSettings (METH)¶
METHOD PROTECTED CheckNetworkSettings : BOOL
Checks, if parent ETH device is configured properly. Returns TRUE if the network settings are valid. In case FALSE is returned the BACnetServer will not start. In case there is nothing to check (BACnetIPdatalink underneath BACnetServer or PLC) simply return TRUE.
- InOut:
Scope
Name
Type
Comment
Return
CheckNetworkSettings
BOOL
Input
pConnector
POINTER TO IoConfigConnector
“child” connector to parent device, parent device could be “Common.Ethernet” (Ethernet), “Common.BACnet” (BACnetServer) or “Common.PCI” (PLC).