-
-
Notifications
You must be signed in to change notification settings - Fork 1
PCAP.Adaptor.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Sub Constructor(iface As pcap_if, IfaceIndex As Integer)
Name | Type | Comment |
---|---|---|
iface | pcap_if | A pcap_if structure. |
IfaceIndex | Integer | The index of the interface |
This method is only available within the scope of the PCAP module. External code should use the PCAP.GetCaptureDevice or Adaptor.GetAdaptor to construct an instance of this class.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.