C# 클래스 AnimatGuiCtrls.Network.IcmpPacket

파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

IcmpPacket() 공개 메소드

public IcmpPacket ( ) : System
리턴 System

ToByteArray() 공개 메소드

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

ToUInt16Array() 공개 메소드

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

UpdateChecksum() 공개 메소드

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