ST_BACnet_Diagnosis

Structure with information from the BACnet device adapter. Includes dynamic response, statistics for server and client and diagnostic information on network traffic.

TYPE ST_BACnet_Diagnosis :
STRUCT
  ethDevice        : ST_BACnet_DiagEthStatistics;
  execTiming       : ST_BACnet_DiagnosisTiming;
  frameStatistics  : ST_BACnet_FrameStatistics;
  nRes1            : DWORD;
  info             : ST_BACnet_Info;
  nRes2            : DWORD;
  serverInfo       : ST_BACnet_ServerStatistics;
  lastUpdate       : ST_BACnet_DateTime;
  nRes3            : DWORD;
END_STRUCT
END_TYPE

lastUpdate: Time stamp of the diagnostic data (time at which the data were read).