C# Class GNIDA.mediana.TABLE_DESCRIPTOR

Afficher le fichier Open project: Rex-Hays/GNIDA

Méthodes publiques

Свойство Type Description
min byte
opcodes OPCODE_DESCRIPTOR[]

Méthodes publiques

Méthode Description
TABLE_DESCRIPTOR ( byte _min, byte _max, byte _mask, byte _shift, byte _props, OPCODE_DESCRIPTOR _opcodes ) : System

Method Details

TABLE_DESCRIPTOR() public méthode

public TABLE_DESCRIPTOR ( byte _min, byte _max, byte _mask, byte _shift, byte _props, OPCODE_DESCRIPTOR _opcodes ) : System
_min byte
_max byte
_mask byte
_shift byte
_props byte
_opcodes OPCODE_DESCRIPTOR
Résultat System

Property Details

min public_oe property

public byte min
Résultat byte

opcodes public_oe property

public OPCODE_DESCRIPTOR[] opcodes
Résultat OPCODE_DESCRIPTOR[]