charlesgoody / python_winrt_wifi_bt_disable_enable

python winrt radio disable/enable WI-FIi / Bluetooth
1 stars 0 forks source link

winrt wifi bt documents #1

Open shaobo-zhang-senscomm opened 1 year ago

shaobo-zhang-senscomm commented 1 year ago

hi @charlesgoody , I am developing windows wifi/bt automation test. Could you please share some winrt wifi/bt api documents? Thanks a lot.

charlesgoody commented 1 year ago

Hi @shaobo-zhang-senscomm ,

I recommend https://docs.microsoft.com/en-us/uwp/api/windows.devices.wifi?view=winrt-22621 providing multiple function to manipulate WIFI. https://docs.microsoft.com/en-us/uwp/api/windows.devices.bluetooth?view=winrt-22621 for bt.

There is no official python document direct to winrt. But you could refer the document written in c++/c#.