#include <types.h>
◆ eq()
Compare to another port address
- Parameters
-
| [in] | rhs | another port address |
- Returns
- true if addresses are indentical
◆ less()
Compare to another port address
- Parameters
-
| [in] | rhs | another port address |
- Returns
- true if address is smaller
◆ operator<()
Compare to another port address
- Parameters
-
| [in] | rhs | another port address |
- Returns
- true if address is smaller
◆ operator==()
| bool PortAddress_t::operator== |
( |
const PortAddress_t & |
rhs | ) |
const |
|
inline |
Compare to another port address
- Parameters
-
| [in] | rhs | another port address |
- Returns
- true if addresses are indentical
◆ size()
| size_t PortAddress_t::size |
( |
| ) |
const |
Get object size
- Returns
- object size
◆ string()
| std::string PortAddress_t::string |
( |
| ) |
const |
Convert to string
- Returns
- string
◆ addressField
| Binary PortAddress_t::addressField |
◆ addressLength
address length
- Note
- User can ignore the parameter. The user should use the length of addressField. The parameter is used during process.
◆ networkProtocol
The documentation for this struct was generated from the following file: