C# Class Poderosa.XZModem.XModemReceiver.BlockTypeInfo

Show file Open project: poderosaproject/poderosa

Public Properties

Property Type Description
BlockSize int
DataLength int
DataOffset int
HasCRC bool

Public Methods

Method Description
BlockTypeInfo ( bool hasCRC, int blockSize, int dataOffset, int dataLength ) : System

Method Details

BlockTypeInfo() public method

public BlockTypeInfo ( bool hasCRC, int blockSize, int dataOffset, int dataLength ) : System
hasCRC bool
blockSize int
dataOffset int
dataLength int
return System

Property Details

BlockSize public property

public int BlockSize
return int

DataLength public property

public int DataLength
return int

DataOffset public property

public int DataOffset
return int

HasCRC public property

public bool HasCRC
return bool