Class ZeroPad
A network device should be a NextGen pad. Note that Session and Login are required to access all features.
Inheritance
System.Object
ZeroPad
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)
Namespace: NextGenAPI
Assembly: NextGenAPI.dll
Syntax
public class ZeroPad
Methods
Name | Description |
---|---|
DeleteSession() | |
GetConfig() | Gets the config of the pad. |
GetDisplayName() | |
GetInfo() | Gets the info for the pad such as the version. |
GetIpAddress() | |
GetRawConfig() | Gets the config of the pad. |
GetRawInfo() | Gets the info for the pad such as the version. |
PostFirmwareUpdate(Byte[]) | Posts a firmware update. |
PostLogin(LoginPage, Option<String>) | Logs in to the password-protected page. |
PostLoginRaw(LoginPage, String) | Logs in to the password-protected page. |
PostSession() | Posts a session. If this function returns none or failed state, it might be because the Device is bussy in other session. sollution: call DeleteSetion and retry again. |
PostSessionRaw() | Posts a session. |
ToString() | |
WhenAll<R>(Seq<ZeroPad>, Func<ZeroPad, Task<R>>) | Asynchronously maps a function over a sequence of found pads. |