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 Possible Config Entries in WinCC OA.

main()
{
  unsigned i,j;
  DebugN(i =dataPort());
  DebugN(j =eventPort());
}

Assignment

Redundancy functions

Availability

CTRL