C# Class MarsRover.Communication.Pinger.ICMP

Datei anzeigen Open project: jpadillak/Concordia_Capstone2013-14

Public Properties

Property Type Description
Checksum System.UInt16
Code byte
Message byte[]
MessageSize int
Type byte

Public Methods

Method Description
ICMP ( ) : System
ICMP ( byte data, int size ) : System
getBytes ( ) : byte[]
getChecksum ( ) : UInt16

Method Details

ICMP() public method

public ICMP ( ) : System
return System

ICMP() public method

public ICMP ( byte data, int size ) : System
data byte
size int
return System

getBytes() public method

public getBytes ( ) : byte[]
return byte[]

getChecksum() public method

public getChecksum ( ) : UInt16
return System.UInt16

Property Details

Checksum public_oe property

public UInt16,System Checksum
return System.UInt16

Code public_oe property

public byte Code
return byte

Message public_oe property

public byte[] Message
return byte[]

MessageSize public_oe property

public int MessageSize
return int

Type public_oe property

public byte Type
return byte