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 SmartDeviceClient/SmartProtocolStack/RemoteHost/RemoteHostComms.cs.
|
|
<summary> Begins Remote Host Communications process </summary> Definition at line 44 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/RemoteHostComms.cs. References GPRSWeb::SmartDeviceClient::SmartProtocolStack::RemoteHost::MessageAssembly::Start(). |
|
|
Properties * Definition at line 91 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/RemoteHostComms.cs. |
|
|
<summary> Transmission queue entry object waiting to be sent to the remote host </summary> Definition at line 120 of file SmartDeviceClient/SmartProtocolStack/RemoteHost/RemoteHostComms.cs. Referenced by GPRSWeb::SmartDeviceClient::SmartProtocolStack::RemoteHost::NACKManager::NACKManager(). |
1.3.9.1