C# Class Poderosa.XZModem.ZModem.Header

Show file Open project: poderosaproject/poderosa

Public Properties

Property Type Description
Type byte
ZP0 byte
ZP1 byte
ZP2 byte
ZP3 byte

Public Methods

Method Description
Header ( byte buf ) : System
Header ( byte type, byte zf0, byte zf1, byte zf2, byte zf3 ) : System
Header ( byte type, uint pos ) : System

Method Details

Header() public method

public Header ( byte buf ) : System
buf byte
return System

Header() public method

public Header ( byte type, byte zf0, byte zf1, byte zf2, byte zf3 ) : System
type byte
zf0 byte
zf1 byte
zf2 byte
zf3 byte
return System

Header() public method

public Header ( byte type, uint pos ) : System
type byte
pos uint
return System

Property Details

Type public property

public byte Type
return byte

ZP0 public property

public byte ZP0
return byte

ZP1 public property

public byte ZP1
return byte

ZP2 public property

public byte ZP2
return byte

ZP3 public property

public byte ZP3
return byte