C# Class Poderosa.XZModem.XModemReceiver.BlockTypeInfo

Mostrar archivo 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_oe property

public int BlockSize
return int

DataLength public_oe property

public int DataLength
return int

DataOffset public_oe property

public int DataOffset
return int

HasCRC public_oe property

public bool HasCRC
return bool