TSocketAsynchronousEvent Enumeration

Represents type TSocketAsynchronousEvent.

Namespace: flcSocketLib
type
 TSocketAsynchronousEvent = (
 saeConnect,
 saeClose,
 saeRead,
 saeWrite,
 saeAccept);

The TSocketAsynchronousEvent type exposes the following members.

Show:
 NameDescription
saeAccept

Represents constant saeAccept.

saeClose

Represents constant saeClose.

saeConnect

Represents constant saeConnect.

saeRead

Represents constant saeRead.

saeWrite

Represents constant saeWrite.

Top