.statesimple R/O Property
Function: |
For the currently selected socket (selection is made through sock.num), returns "simplified" current socket state. |
Type: |
Enum (pl_sock_state_simple, byte) |
Value Range: |
|
See Also: |
--- |
Details
This property tells the current "simplified" state of the socket, as opposed to the sock.eventsimple property that returns the "simplified" state at the moment of the on_sock_event event generation.
Another set of read-only properties — sock.event and sock.state — return "detailed" socket states.