C# Class NGNIDA.mediana.ADDR

Show file Open project: Rex-Hays/GNIDA

Public Properties

Property Type Description
bas byte
index byte
mod byte
scale byte
seg byte

Public Methods

Method Description
ADDR ( byte _seg, byte _mod, byte _bas, byte _index, byte _scale ) : System
ADDR ( byte _seg, int _mod, byte _bas, byte _index, byte _scale ) : System

Method Details

ADDR() public method

public ADDR ( byte _seg, byte _mod, byte _bas, byte _index, byte _scale ) : System
_seg byte
_mod byte
_bas byte
_index byte
_scale byte
return System

ADDR() public method

public ADDR ( byte _seg, int _mod, byte _bas, byte _index, byte _scale ) : System
_seg byte
_mod int
_bas byte
_index byte
_scale byte
return System

Property Details

bas public property

public byte bas
return byte

index public property

public byte index
return byte

mod public property

public byte mod
return byte

scale public property

public byte scale
return byte

seg public property

public byte seg
return byte