C# Class AnimatGuiCtrls.Network.IcmpPacket

Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public IcmpPacket ( ) : System
Résultat System

ToByteArray() public méthode

Converts an IcmpPacket to a byte array.
public ToByteArray ( ) : byte[]
Résultat byte[]

ToUInt16Array() public méthode

Converts ICMP packet to UInt16 array
public ToUInt16Array ( ) : System.UInt16[]
Résultat System.UInt16[]

UpdateChecksum() public méthode

This Method has the algorithm to make the checksum
public UpdateChecksum ( ) : void
Résultat void