dzx815

Results 5 comments of dzx815

I want to use it like this: ![image](https://user-images.githubusercontent.com/15151459/149446865-9958f3aa-2bb7-4d56-a6e1-b9152d49e67c.png) As a result, I found that it had to load a file first

OK,Do you know that this type of control can be recommended to me? At present, I have found your control, which is very close to the effect I want. Thank...

That can only be a hexadecimal number. What I need is multiple hexadecimal numbers, separated by spaces, and edited individually. ![image](https://user-images.githubusercontent.com/15151459/149449547-c780a2df-c3e3-43ec-9412-cb8675196e37.png)

Code1: bool result = NativeWifi.ConnectNetwork( interfaceId: interfaceInfo.Id, profileName: ssid, bssType: BssType.Infrastructure, System.Net.NetworkInformation.PhysicalAddress.Parse("78:9C:E7:A0:C8:56") ); Code2: bool result = NativeWifi.ConnectNetwork( interfaceId: interfaceInfo.Id, profileName: ssid, bssType: BssType.Infrastructure, null ); Both pieces of code...

Moreover, the return of true in this function 'NativeWifi.ConnectNetwork' does not mean that the WiFi connection is ready. I still need to judge the connection status of the WiFi adapter...