Inheritance diagram for SocketInterface:Instance has an underlying socket resource.
Public Properties | |
| const | CH_EXCEPT = 2 |
| Out-of-band channel. More... | |
| const | CH_READ = 0 |
| Read channel. More... | |
| const | CH_WRITE = 1 |
| Write channel. More... | |
Public Methods | |
| int | getId () |
| Returns the underlying socket resource as an integer. More... | |
| resource | getResource () |
| Returns the underlying socket resource. More... | |
| bool | isOpen () |
| Whether the underlying resource is usable. More... | |
| const CH_EXCEPT = 2 |
Out-of-band channel.
| const CH_READ = 0 |
Read channel.
| const CH_WRITE = 1 |
Write channel.
| int getId | ( | ) |
| resource getResource | ( | ) |
| bool isOpen | ( | ) |