Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PacketState

Index

Enumeration members

Enumeration members

Cancelled

Cancelled:

The caller has indicated they no longer wish to be notified about this event.

Pending

Pending: = 1

The packet has not been sent yet, it may be queued for later sending.

Replied

Replied:

The packet was replied to, and has now been complete.

Sending

Sending:

The packet has been sent over the websocket successfully and we are waiting for a reply.

Generated using TypeDoc