TAsyncEventType

Types of events that can happen for an asynchronous transport.

Values

ValueMeaning
READ

New data became available to read.

WRITE

The transport became ready to be written to.

Meta