Construct an empty request. Used when receiving.
| 28 | public: |
| 29 | // Construct an empty request. Used when receiving. |
| 30 | control_request() |
| 31 | { |
| 32 | } |
| 33 | |
| 34 | // Create a request to start sending data to a given port. |
| 35 | static const control_request start(unsigned short port) |
nothing calls this directly
no outgoing calls
no test coverage detected