B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
System::IPAddr Struct Reference

Represents IP address. More...

#include <B2BITS_IPAddr.h>

Public Member Functions

bool operator!= (IPAddr const &rv)
 Compares two IPAddr instances. More...
 
bool operator== (IPAddr const &rv) const
 Compares two IPAddr instances. More...
 

Static Public Member Functions

static IPAddr create (System::u8 a1, System::u8 a2, System::u8 a3, System::u8 a4)
 Constructs IPAddr instance using IP address parts. More...
 

Public Attributes

System::u8 a1
 Part of the IP address. More...
 
System::u8 a2
 
System::u8 a3
 
System::u8 a4
 

Detailed Description

Represents IP address.

Member Function Documentation

static IPAddr System::IPAddr::create ( System::u8  a1,
System::u8  a2,
System::u8  a3,
System::u8  a4 
)
inlinestatic

Constructs IPAddr instance using IP address parts.

References a1, a2, and a3.

bool System::IPAddr::operator!= ( IPAddr const &  rv)
inline

Compares two IPAddr instances.

Returns true, if instances are NOT equal; false otherwise.

bool System::IPAddr::operator== ( IPAddr const &  rv) const
inline

Compares two IPAddr instances.

Returns true, if instances are equal; false otherwise.

References a1, a2, a3, and a4.

Member Data Documentation

System::u8 System::IPAddr::a1

Part of the IP address.

Note
Field order is important. Please do not change it.

Referenced by create(), and operator==().

System::u8 System::IPAddr::a2

Referenced by create(), and operator==().

System::u8 System::IPAddr::a3

Referenced by create(), and operator==().

System::u8 System::IPAddr::a4

Referenced by operator==().