Packet Sniffer SDK VCL Edition

HNAdapter :: Methods :: Constructor

 Previous Next

Creates an HNAdapter object.

Syntax:

constructor Create(AOwner: TComponent); override;

Description:

Creates an HNAdapter object, which is necessary for working with the network adapter. To check the correctness of the HNAdapter object creation please use the IsValid method.

HNAdapter object provides the traffic capturing and sending, the tracing of the network adapter status, and traffic statistics gathering.

See also:HNAdapter, Destructor, IsValid