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

Method start

example/cpp11/porthopper/protocol.hpp:35–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33
34 // Create a request to start sending data to a given port.
35 static const control_request start(unsigned short port)
36 {
37 return control_request(0, port);
38 }
39
40 // Create a request to stop sending data to a given port.
41 static const control_request stop(unsigned short port)

Callers

nothing calls this directly

Calls 1

control_requestClass · 0.85

Tested by

no test coverage detected