dataPort()
Returns the port number of the data manager.
Synopsis
unsigned dataPort();
Parameters
None
Return Value
Returns the port number of the data manager.
Description
Returns the port number of the data manager. For the config entry "data" see also chapter [all sections] data.
main()
{
unsigned i,j;
DebugN(i =dataPort());
DebugN(j =eventPort());
}
Assignment
Redundancy functions
Availability
CTRL