C# 클래스 GNIDA.mediana.ADDR

파일 보기 프로젝트 열기: Rex-Hays/GNIDA

공개 프로퍼티들

프로퍼티 타입 설명
bas byte
index byte
mod byte
scale byte
seg byte

공개 메소드들

메소드 설명
ADDR ( byte _seg, byte _mod, byte _bas, byte _index, byte _scale ) : System
ADDR ( byte _seg, int _mod, byte _bas, byte _index, byte _scale ) : System

메소드 상세

ADDR() 공개 메소드

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

ADDR() 공개 메소드

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

프로퍼티 상세

bas 공개적으로 프로퍼티

public byte bas
리턴 byte

index 공개적으로 프로퍼티

public byte index
리턴 byte

mod 공개적으로 프로퍼티

public byte mod
리턴 byte

scale 공개적으로 프로퍼티

public byte scale
리턴 byte

seg 공개적으로 프로퍼티

public byte seg
리턴 byte