DviInvocation& invocation = ... // obtain invocation object invocation.WriteString("Hello world!"); // write string invocation.WriteStringEnd(); // terminate writing of string
DviInvocation& invocation = ... // obtain invocation object invocation.WriteString(""); // write empty string invocation.WriteStringEnd(); // terminate writing of stringIn this example, we use the WriteString method to write an empty string to the invocation, followed by the WriteStringEnd method to terminate writing of the string. Package library: OpenHome UPnP DDK (ohNet)