msEventLogFull (Structure)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, LX2

Firmware version:

1.50.00


Structure to configure a log full event, triggered when the specified logger is full. Used with msEventRegister,

 

Fields:

Logger : SYSHANDLE

A handle to a valid logger.

 

 

Declaration:

STRUCT_BLOCK msEventLogFull;
  Logger     : SYSHANDLE;
END_STRUCT_BLOCK;