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

Datei anzeigen Open project: Andos/BinaryFileSchema

Public Properties

Property Type Description
high byte
low byte

Public Methods

Method Description
Range ( byte low, byte high ) : System

Method Details

Range() public method

public Range ( byte low, byte high ) : System
low byte
high byte
return System

Property Details

high public_oe property

public byte high
return byte

low public_oe property

public byte low
return byte