Method FirstPad
FirstPad(Option<String>)
forwards call to BlindSearch(...). If ipAddress is valid it will yield KnownHost
Declaration
public static OptionAsync<ZeroPad> FirstPad(Option<string> host)
Parameters
| Type | Name | Description |
|---|---|---|
| LanguageExt.Option<System.String> | host |
Returns
| Type | Description |
|---|---|
| LanguageExt.OptionAsync<ZeroPad> | If device is conencted, this function will return an instance of ZeroPad class. |