Class Finder
Finds devices.
Inheritance
System.Object
Finder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NextGenAPI
Assembly: NextGenAPI.dll
Syntax
public static class Finder
Properties
Name | Description |
---|---|
NetworkProtocolSheme |
Methods
Name | Description |
---|---|
BlindSearch() | |
FirstPad(Option<String>) | forwards call to BlindSearch(...). If ipAddress is valid it will yield KnownHost |
KnownHost(String) | Yields a pad with a known address. |
UseFirstPad(Option<String>, Func<ZeroPad, Session, Task<Unit>>, Boolean) | |
UseFirstPad(Option<String>, Func<ZeroPad, Session, Task<Unit>>, Func<Int32, String, Unit>, Boolean) | |
UseFirstPadAndLogin(Option<String>, LoginPage, Option<String>, Func<ZeroPad, Session, Task<Unit>>, Boolean) | |
UseFirstPadAndLogin(Option<String>, LoginPage, Option<String>, Func<ZeroPad, Session, Task<Unit>>, Func<Int32, String, Unit>, Boolean) |