ComponentSpace ICMP Class Library Reference

DestinationUnreachableMessage Constructor (Byte[], Int32, Int32)

Initializes a new instance of the DestinationUnreachableMessage class from the byte array.

[Visual Basic]
Overloads Public Sub New( _
   ByVal bytes As Byte(), _
   ByRef index As Integer, _
   ByRef count As Integer _
)
[C#]
public DestinationUnreachableMessage(
   byte[] bytes,
   ref int index,
   ref int count
);

Parameters

bytes
The byte array containing the message.
index
The index into the byte array.
count
The number of bytes available in the byte array.

See Also

DestinationUnreachableMessage Class | ComponentSpace.Icmp Namespace | DestinationUnreachableMessage Constructor Overload List