MCPcopy Create free account
hub / github.com/boostorg/asio / stop

Method stop

example/cpp11/porthopper/protocol.hpp:41–44  ·  view source on GitHub ↗

Create a request to stop sending data to a given port.

Source from the content-addressed store, hash-verified

39
40 // Create a request to stop sending data to a given port.
41 static const control_request stop(unsigned short port)
42 {
43 return control_request(port, 0);
44 }
45
46 // Create a request to change the port that data is sent to.
47 static const control_request change(

Callers 1

mainFunction · 0.45

Calls 1

control_requestClass · 0.85

Tested by

no test coverage detected