C# Class hds.SequencedMessage

Mostra file Open project: hdneo/mxo-hd Class Usage Examples

Public Properties

Property Type Description
content byte[]
isTimed bool

Public Methods

Method Description
SequencedMessage ( byte _content ) : System
getNeededAck ( ) : UInt16
getResendTime ( ) : int
increaseResendTime ( ) : void
increaseSendCounter ( ) : void
setNeededAck ( UInt16 ackSSeq ) : void

Method Details

SequencedMessage() public method

public SequencedMessage ( byte _content ) : System
_content byte
return System

getNeededAck() public method

public getNeededAck ( ) : UInt16
return System.UInt16

getResendTime() public method

public getResendTime ( ) : int
return int

increaseResendTime() public method

public increaseResendTime ( ) : void
return void

increaseSendCounter() public method

public increaseSendCounter ( ) : void
return void

setNeededAck() public method

public setNeededAck ( UInt16 ackSSeq ) : void
ackSSeq System.UInt16
return void

Property Details

content public_oe property

public byte[] content
return byte[]

isTimed public_oe property

public bool isTimed
return bool