File: src/tcpipmodel/SocketMessages.msg
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| Name | Type | Description |
|---|---|---|
| nfd | int | |
| readfds | int[] | |
| writefds | int[] | |
| exceptfds | int[] | |
| timeout | double | |
| error | int | |
| ret | int |
message Socket_select { fields: int nfd; int readfds[]; int writefds[]; int exceptfds[]; double timeout; int error; int ret; }