C# Class Poderosa.XZModem.ZModem.Header

Mostra 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_oe property

public byte Type
return byte

ZP0 public_oe property

public byte ZP0
return byte

ZP1 public_oe property

public byte ZP1
return byte

ZP2 public_oe property

public byte ZP2
return byte

ZP3 public_oe property

public byte ZP3
return byte