[Solved] Async Search and Query on contentDirectory C++
|
19-02-2015, 10:51 PM
(This post was last modified: 20-02-2015 05:39 PM by ChriD.)
Post: #1
|
|||
|
|||
[Solved] Async Search and Query on contentDirectory C++
Hi,
This one is a common question and has literaly nothng to do with the OhNetStack i think. In C# i can use Lamdas to add extra information for an async method eg. Code: contentDirectory.Browse(..., (asyncHandle) => OnBrowseEnd(asyncHandle, 1)); How can i do this in C++ with the OhNet AsyncFunctor? Code: OpenHome::Net::FunctorAsync functor = OpenHome::Net::MakeFunctorAsync(*this, &MediaServer::OnBrowseEnd); best regards Chris |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Solved] Async Search and Query on contentDirectory C++ - ChriD - 19-02-2015 10:51 PM
RE: Async Search and Query on contentDirectory C++ - simonc - 20-02-2015, 09:12 AM
RE: Async Search and Query on contentDirectory C++ - ChriD - 20-02-2015, 05:34 PM
|