msReadWatermark (Structure)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, LX2

Firmware version:

1.50.00


Structure to get the returned information from a watermark event. Used with msReadEvent.

 

Fields:

Level : UINT

The level in promille of how full the buffer was when the event was triggered.

This can deviate quite some from the configured watermark, especially if the buffer is small.

 

 

Declaration:

STRUCT_BLOCK msReadWatermark;
  Level     : UINT;
END_STRUCT_BLOCK;