C# Class AnimatGuiCtrls.Network.IcmpPacket

Datei anzeigen Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Public Methods

Method Description
IcmpPacket ( ) : System
ToByteArray ( ) : byte[]

Converts an IcmpPacket to a byte array.

ToUInt16Array ( ) : System.UInt16[]

Converts ICMP packet to UInt16 array

UpdateChecksum ( ) : void

This Method has the algorithm to make the checksum

Method Details

IcmpPacket() public method

public IcmpPacket ( ) : System
return System

ToByteArray() public method

Converts an IcmpPacket to a byte array.
public ToByteArray ( ) : byte[]
return byte[]

ToUInt16Array() public method

Converts ICMP packet to UInt16 array
public ToUInt16Array ( ) : System.UInt16[]
return System.UInt16[]

UpdateChecksum() public method

This Method has the algorithm to make the checksum
public UpdateChecksum ( ) : void
return void