Structure encapsulating a particular socket for the path. More...
#include <AFSocket.h>
Public Member Functions | |
| BOOL | operator!= (const AFSocket &other) |
| Compares two AFSocket structures for inequality. | |
| BOOL | operator== (const AFSocket &other) |
| Compares two AFSocket structures for equality. | |
Public Attributes | |
| TYPE | type |
| DIRECTION | direction |
| DWORD | index |
| CHANNEL | channel |
| POLARITY | polarity |
Structure encapsulating a particular socket for the path.
Definition at line 88 of file AFSocket.h.
| BOOL AFSocket::operator!= | ( | const AFSocket & | other | ) | [inline] |
Compares two AFSocket structures for inequality.
A socket is in effect a node in a particular path.
| other | Reference to the capability to compare with. |
| TRUE | All the fields match. | |
| FALSE | Otherwise. |
Definition at line 110 of file AFSocket.h.
| BOOL AFSocket::operator== | ( | const AFSocket & | other | ) | [inline] |
Compares two AFSocket structures for equality.
| other | Reference to the capability to compare with. |
| TRUE | All the fields match. | |
| FALSE | Otherwise. |
Definition at line 127 of file AFSocket.h.
Definition at line 93 of file AFSocket.h.
Definition at line 91 of file AFSocket.h.
| DWORD AFSocket::index |
Definition at line 92 of file AFSocket.h.
Definition at line 94 of file AFSocket.h.
Definition at line 90 of file AFSocket.h.
1.6.1