SockStatus

SRT socket status (from SrtSocket.sockState).

See Also: srt_getsockstate

Entries

Link copied to clipboard

Created, but not bound.

Link copied to clipboard

Created and bound, but not in use yet.

Link copied to clipboard

Socket is in listening state.

Link copied to clipboard

The connect operation was initiated, but not yet finished.

Link copied to clipboard

The socket is connected and ready for transmission.

Link copied to clipboard

The socket was connected, but the connection was broken.

Link copied to clipboard

The socket may still be open and active, but closing is requested.

Link copied to clipboard

The socket has been closed, but not yet removed by the GC thread.

Link copied to clipboard

The specified number does not correspond to a valid socket.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.