msActionStopLogger (Structure)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, LX2

Firmware version:

1.50.00


Structure to add the action of stopping a logger to an event. See msEventRegister.

 

After the configured event is raised, the specified logger is stopped.

(In case the specified logger is not active, nothing will happen.)

 

 

Fields:

Logger : SYSHANDLE

A handle to a valid logger.

 

 

Declaration:

STRUCT_BLOCK msActionStopLogger;
  Logger     : SYSHANDLE;
END_STRUCT_BLOCK;