C# Class GNIDA.mediana.ADDR

ファイルを表示 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_oe property

public byte bas
return byte

index public_oe property

public byte index
return byte

mod public_oe property

public byte mod
return byte

scale public_oe property

public byte scale
return byte

seg public_oe property

public byte seg
return byte