Skip to content

PCAP.Adaptor.Constructor

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

PCAP.Adaptor.Constructor

Method signature

 Sub Constructor(iface As pcap_if, IfaceIndex As Integer)

Parameters

Name Type Comment
iface pcap_if A pcap_if structure.
IfaceIndex Integer The index of the interface

Remarks

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.

Clone this wiki locally