ArmSys Support
ArmsysApi  0.12.18

#include <BNetwork.h>

Public Member Functions

 IpAddress (BUInt32 address=0)
 
 IpAddress (ip_addr_t address)
 
 IpAddress (BUInt8 a, BUInt8 b, BUInt8 c, BUInt8 d)
 
BUInt32 getUInt () const
 
BString getString () const
 
void setString (BString address)
 
const ip_addr_t * getAddress () const
 
 operator ip_addr_t ()
 

Private Attributes

ip_addr_t oaddress
 

Constructor & Destructor Documentation

◆ IpAddress() [1/3]

IpAddress::IpAddress ( BUInt32  address = 0)

◆ IpAddress() [2/3]

IpAddress::IpAddress ( ip_addr_t  address)

◆ IpAddress() [3/3]

IpAddress::IpAddress ( BUInt8  a,
BUInt8  b,
BUInt8  c,
BUInt8  d 
)

Member Function Documentation

◆ getAddress()

const ip_addr_t * IpAddress::getAddress ( ) const

◆ getString()

BString IpAddress::getString ( ) const

◆ getUInt()

BUInt32 IpAddress::getUInt ( ) const

◆ operator ip_addr_t()

IpAddress::operator ip_addr_t ( )

◆ setString()

void IpAddress::setString ( BString  address)

Member Data Documentation

◆ oaddress

ip_addr_t IpAddress::oaddress
private

The documentation for this class was generated from the following files: