Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RcSocketReadyState

Index

Enumeration members

Enumeration members

CLOSED

CLOSED:

The connection is closed or couldn't be opened.

CLOSING

CLOSING:

The connection is in the process of closing.

CONNECTING

CONNECTING:

Socket has been created. The connection is not yet open.

OPEN

OPEN:

The connection is open and ready to communicate.

Generated using TypeDoc