OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TIPAddressBits Class Reference

Also used as transfer buffer. More...

#include <owl/ipaddres.h>

Public Member Functions

 TIPAddressBits (uint32 address=0)
 
 TIPAddressBits (int fld0, int fld1, int fld2, int fld3)
 
void SetAddress (int f0, int f1, int f2, int f3)
 
void SetAddress (uint32 address)
 
int GetFirst ()
 
int GetSecond ()
 
int GetThird ()
 
int GetFourth ()
 
 operator uint32 ()
 

Static Public Member Functions

static uint32 MakeIPAddress (int f0, int f1, int f2, int f3)
 

Public Attributes

uint32 Address
 

Detailed Description

Also used as transfer buffer.

Definition at line 32 of file ipaddres.h.

Constructor & Destructor Documentation

◆ TIPAddressBits() [1/2]

owl::TIPAddressBits::TIPAddressBits ( uint32 address = 0)
inline

Definition at line 34 of file ipaddres.h.

◆ TIPAddressBits() [2/2]

owl::TIPAddressBits::TIPAddressBits ( int fld0,
int fld1,
int fld2,
int fld3 )
inline

Definition at line 35 of file ipaddres.h.

Member Function Documentation

◆ GetFirst()

int owl::TIPAddressBits::GetFirst ( )
inline

Definition at line 44 of file ipaddres.h.

◆ GetFourth()

int owl::TIPAddressBits::GetFourth ( )
inline

Definition at line 47 of file ipaddres.h.

◆ GetSecond()

int owl::TIPAddressBits::GetSecond ( )
inline

Definition at line 45 of file ipaddres.h.

◆ GetThird()

int owl::TIPAddressBits::GetThird ( )
inline

Definition at line 46 of file ipaddres.h.

◆ MakeIPAddress()

static uint32 owl::TIPAddressBits::MakeIPAddress ( int f0,
int f1,
int f2,
int f3 )
inlinestatic

Definition at line 38 of file ipaddres.h.

◆ operator uint32()

owl::TIPAddressBits::operator uint32 ( )
inline

Definition at line 49 of file ipaddres.h.

◆ SetAddress() [1/2]

void owl::TIPAddressBits::SetAddress ( int f0,
int f1,
int f2,
int f3 )
inline

Definition at line 41 of file ipaddres.h.

◆ SetAddress() [2/2]

void owl::TIPAddressBits::SetAddress ( uint32 address)
inline

Definition at line 42 of file ipaddres.h.

Member Data Documentation

◆ Address

uint32 owl::TIPAddressBits::Address

Definition at line 51 of file ipaddres.h.


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