Interface to the WinPcap send queue extension methods
See Also: Inherited members from object.
[read-only] | CurrentLength | int . The current length in bytes of this queue |
|
Add
(SharpPcap.RawCapture)Add a packet to this send queue. |
|
|
Add
(byte[])Add a packet to this send queue. |
|
|
Add
(byte[], int, int)Add a packet to this send queue. |
|
|
Dispose
()Destroy the send queue. |
|
|
Transmit
(WinPcapDevice, SendQueueTransmitModes)Send a queue of raw packets to the network. |
Creates and allocates a new SendQueue
Syntax
public SendQueue (int memSize)Parameters
- memSize
- The maximun amount of memory (in bytes) to allocate for the queue
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Add a packet to this send queue.
Syntax
public bool Add (SharpPcap.RawCapture packet)Parameters
- packet
- The packet to add
Returns
True if success, else falseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Add a packet to this send queue.
Syntax
Parameters
- packet
- The packet bytes to add
Returns
True if success, else falseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Add a packet to this send queue.
Syntax
Parameters
- packet
- The packet to add
- seconds
- The 'seconds' part of the packet's timestamp
- microseconds
- The 'microseconds' part of the packet's timestamp
Returns
True if success, else falseRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
The current length in bytes of this queue
Syntax
public int CurrentLength { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Destroy the send queue.
Syntax
public void Dispose ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Send a queue of raw packets to the network.
Syntax
Parameters
- device
- The device on which to send the queue A SharpPcap.LibPcap.PcapDevice
- transmitMode
- A SharpPcap.WinPcap.SendQueueTransmitModes
Returns
A intRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0