MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / setIPAddressOfStream

Method setIPAddressOfStream

src/StreamClient.h:93–96  ·  view source on GitHub ↗

Set the IP address of the stream output @param ipAddress specifies the IP address of the stream output

Source from the content-addressed store, hash-verified

91 /// Set the IP address of the stream output
92 /// @param ipAddress specifies the IP address of the stream output
93 void setIPAddressOfStream(const std::string &ipAddress) {
94 base::MutexLock lock(_mutex);
95 _ipAddress = ipAddress;
96 }
97
98 /// Get the IP address of the stream output
99 std::string getIPAddressOfStream() const {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected