Public Member Functions | |
| RemoteHostComms (StackInterface thisStack, ushort remoteDeviceID) | |
| void | Start () |
| void | Stop () |
| void | ResetConnection () |
| void | AcceptIncomingSegment (Segment incomingSegment) |
Properties | |
| ushort | RemoteDeviceID |
| NACKManager | NackManager |
| ACKManager | AckManager |
| SequenceManager | SeqManager |
| RateManager | RateManager |
| RetransmissionBuffer | RetransmissionBuffer |
| TransmissionQueue | TxQueue |
| MessageAssembly | MessageAssembler |
Definition at line 11 of file ProtocolStack/RemoteHostComms.cs.
|
|
<summary> Begins Remote Host Communications process </summary> Definition at line 44 of file ProtocolStack/RemoteHostComms.cs. References ProtocolStack::SegmentTransmitter::Start(), ProtocolStack::ReceiveQueue::Start(), and ProtocolStack::MessageAssembly::Start(). |
|
|
Properties * Definition at line 91 of file ProtocolStack/RemoteHostComms.cs. |
|
|
<summary> Transmission queue entry object waiting to be sent to the remote host </summary> Definition at line 120 of file ProtocolStack/RemoteHostComms.cs. Referenced by ProtocolStack::NACKManager::NACKManager(), and ProtocolStack::SegmentTransmitter::Run(). |
1.3.9.1