Closed janhicken closed 9 years ago
Page EditConnectionsPage
seems just fine to me. So as I understand, we're not handling cases where the person might enter server name instead of IP address, right?
The WOLHelper
class does this in its WakeUp()
method: It tries to parse the String into an IP address and return error code 10 otherwise. Other errors codes are returned by DataWriter.StoreAsync()
. These error codes are handled by the async method call in MainPage.xaml.cs
.
35 First prototype, tested with own network setup at home. Maybe, some UX improvements need to be done in the
EditConnectionsPage
.