Share via


KATO_FLUSH_TYPE (Compact 2013)

3/26/2014

The KATO_FLUSH_TYPE enumeration type specifies how the Kato client sends data to the Windows Embedded Compact Test Kit (CTK) server.

Syntax

typedef enum _KATO_FLUSH_TYPE {
    KATO_FLUSH_ON,
    KATO_FLUSH_OFF,
    KATO_FLUSH_NOW
} KATO_FLUSH_TYPE, *LPKATO_FLUSH_TYPE;

Constants

  • KATO_FLUSH_ON
    All logging calls will not return until data has reached the server.
  • KATO_FLUSH_OFF
    Data might be queued by the network layer before being sent to server.
  • KATO_FLUSH_NOW
    Any current data queued by the network layer will be immediately flushed.

Remarks

See Also

Reference

KatoFlush

Concepts

Common Structures and Enumerations for C and C++ Interfaces