Class WifiCollector
Inheritance
System.Object
WifiCollector
Assembly: AsaLib.dll
Syntax
public class WifiCollector : BaseCollector, IPlatformRunnable
Constructors
|
Improve this Doc
View Source
WifiCollector(CollectorOptions, Nullable<Action<CollectObject>>)
Declaration
public WifiCollector(CollectorOptions options = null, Action<CollectObject>? action = null)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
public override bool CanRunOnPlatform()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Implements