C# 클래스 MarsRover.Communication.Pinger.ICMP

파일 보기 프로젝트 열기: jpadillak/Concordia_Capstone2013-14

공개 프로퍼티들

프로퍼티 타입 설명
Checksum System.UInt16
Code byte
Message byte[]
MessageSize int
Type byte

공개 메소드들

메소드 설명
ICMP ( ) : System
ICMP ( byte data, int size ) : System
getBytes ( ) : byte[]
getChecksum ( ) : UInt16

메소드 상세

ICMP() 공개 메소드

public ICMP ( ) : System
리턴 System

ICMP() 공개 메소드

public ICMP ( byte data, int size ) : System
data byte
size int
리턴 System

getBytes() 공개 메소드

public getBytes ( ) : byte[]
리턴 byte[]

getChecksum() 공개 메소드

public getChecksum ( ) : UInt16
리턴 System.UInt16

프로퍼티 상세

Checksum 공개적으로 프로퍼티

public UInt16,System Checksum
리턴 System.UInt16

Code 공개적으로 프로퍼티

public byte Code
리턴 byte

Message 공개적으로 프로퍼티

public byte[] Message
리턴 byte[]

MessageSize 공개적으로 프로퍼티

public int MessageSize
리턴 int

Type 공개적으로 프로퍼티

public byte Type
리턴 byte