C# Class Peg.Base.PegByteParser.BytesetData.Range

Afficher le fichier Open project: Andos/BinaryFileSchema

Méthodes publiques

Свойство Type Description
high byte
low byte

Méthodes publiques

Méthode Description
Range ( byte low, byte high ) : System

Method Details

Range() public méthode

public Range ( byte low, byte high ) : System
low byte
high byte
Résultat System

Property Details

high public_oe property

public byte high
Résultat byte

low public_oe property

public byte low
Résultat byte