C# 클래스 Rover.Packet

파일 보기 프로젝트 열기: jpadillak/Concordia_Capstone2013-14 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
aFrame Frame

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
GetHeaderSize ( ) : int
Packet ( ) : System
Packet ( byte packet ) : System
Packet ( int FileID, int FileSize, int PacketNumber, int TotalNbPackets, int DataUsed, byte Data ) : System

Create a packet object, with related file id, and file size.

PrintInfo ( ) : void

메소드 상세

GetBytes() 공개 메소드

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

GetHeaderSize() 공개 정적인 메소드

public static GetHeaderSize ( ) : int
리턴 int

Packet() 공개 메소드

public Packet ( ) : System
리턴 System

Packet() 공개 메소드

public Packet ( byte packet ) : System
packet byte
리턴 System

Packet() 공개 메소드

Create a packet object, with related file id, and file size.
public Packet ( int FileID, int FileSize, int PacketNumber, int TotalNbPackets, int DataUsed, byte Data ) : System
FileID int
FileSize int
PacketNumber int
TotalNbPackets int
DataUsed int
Data byte
리턴 System

PrintInfo() 공개 메소드

public PrintInfo ( ) : void
리턴 void

프로퍼티 상세

aFrame 공개적으로 프로퍼티

public Frame,Rover aFrame
리턴 Frame