msEventLogWatermark (Structure)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, LX2

Firmware version:

1.50.00


Structure to configure a watermark event. Used with msEventRegister,

 

Fields:

Logger : SYSHANDLE

A handle to a valid logger.

 

Level : UINT (default 800)

The level in promille of how full the buffer should be to trigger the event.

 

 

Declaration:

STRUCT_BLOCK msEventLogWatermark;
  Logger      : SYSHANDLE;
  Level       : UINT := 800;
END_STRUCT_BLOCK;