CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2019
    Posts
    6

    Finding Miracast devices using WifiDirect api (c++)

    I am trying to find all Miracast devices/wireless display (like smart TV that supports Miracast).

    How i can do that from windows desktop c++ software (not app)?

    I would like to do that from win7 and from win10

    I read about WiFiDirectService class but i am not sure this is the right way or what is the service name

    Any help would be really appreciated.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Finding Miracast devices using WifiDirect api (c++)

    WiFiDirectService is part of UWP and has nothing to do with the MFC.
    Try to search for some anologs in Native Wifi
    Victor Nijegorodov

  3. #3
    Join Date
    Sep 2019
    Posts
    6

    Re: Finding Miracast devices using WifiDirect api (c++)

    Quote Originally Posted by VictorN View Post
    WiFiDirectService is part of UWP and has nothing to do with the MFC.
    Try to search for some anologs in Native Wifi
    Thanks but I only see WFDDisplaySinkStart in WifiDirect and it is for Sink i.e miracast server.
    I do not find there in the functions something that can find Miracast Sinks

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured