INET Framework for OMNeT++/OMNEST
inet::TCPSessionApp::Command Struct Reference

#include <TCPSessionApp.h>

Public Member Functions

 Command (simtime_t t, long n)
 

Public Attributes

simtime_t tSend
 
long numBytes = 0
 

Constructor & Destructor Documentation

inet::TCPSessionApp::Command::Command ( simtime_t  t,
long  n 
)
inline
40 { tSend = t; numBytes = n; }
long numBytes
Definition: TCPSessionApp.h:39
simtime_t tSend
Definition: TCPSessionApp.h:38

Member Data Documentation

long inet::TCPSessionApp::Command::numBytes = 0
simtime_t inet::TCPSessionApp::Command::tSend

The documentation for this struct was generated from the following file: