Create a request to stop sending data to a given port.
| 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( |