C# 클래스 TSVCEO.CloudPrint.Printing.PCLXLPrintJob

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

공개 프로퍼티들

프로퍼티 타입 설명
BindingFormat PCLBindingFormat
Epilogue byte[]
PageData List
PostPJL string[]
PrePJL string[]
Prologue byte[]

공개 메소드들

메소드 설명
PCLXLPrintJob ( byte rawdata ) : System

보호된 메소드들

메소드 설명
ParseIntegerType ( byte rawdata, int start, int &end, byte tag ) : long
ParsePCLHeader ( byte rawdata, int start, int &end ) : string
ParsePJL ( byte rawdata, int start, int &end ) : string[]
SkipArrayType ( byte rawdata, int start, int &end, byte tag ) : void
SkipDataArray ( byte rawdata, int start, int &end, byte tag ) : void
SkipDataType ( byte rawdata, int start, int &end, byte tag ) : void
SkipIntegerType ( byte rawdata, int start, int &end, byte tag ) : void
SkipPairType ( byte rawdata, int start, int &end, byte tag ) : void
SkipQuadType ( byte rawdata, int start, int &end, byte tag ) : void
SkipScalarType ( byte rawdata, int start, int &end, byte tag ) : void
ToInt16 ( byte rawdata, int start ) : short
ToInt32 ( byte rawdata, int start ) : int
ToSingle ( byte rawdata, int start ) : float
ToUInt16 ( byte rawdata, int start ) : ushort
ToUInt32 ( byte rawdata, int start ) : uint

메소드 상세

PCLXLPrintJob() 공개 메소드

public PCLXLPrintJob ( byte rawdata ) : System
rawdata byte
리턴 System

ParseIntegerType() 보호된 메소드

protected ParseIntegerType ( byte rawdata, int start, int &end, byte tag ) : long
rawdata byte
start int
end int
tag byte
리턴 long

ParsePCLHeader() 보호된 메소드

protected ParsePCLHeader ( byte rawdata, int start, int &end ) : string
rawdata byte
start int
end int
리턴 string

ParsePJL() 보호된 메소드

protected ParsePJL ( byte rawdata, int start, int &end ) : string[]
rawdata byte
start int
end int
리턴 string[]

SkipArrayType() 보호된 메소드

protected SkipArrayType ( byte rawdata, int start, int &end, byte tag ) : void
rawdata byte
start int
end int
tag byte
리턴 void

SkipDataArray() 보호된 메소드

protected SkipDataArray ( byte rawdata, int start, int &end, byte tag ) : void
rawdata byte
start int
end int
tag byte
리턴 void

SkipDataType() 보호된 메소드

protected SkipDataType ( byte rawdata, int start, int &end, byte tag ) : void
rawdata byte
start int
end int
tag byte
리턴 void

SkipIntegerType() 보호된 메소드

protected SkipIntegerType ( byte rawdata, int start, int &end, byte tag ) : void
rawdata byte
start int
end int
tag byte
리턴 void

SkipPairType() 보호된 메소드

protected SkipPairType ( byte rawdata, int start, int &end, byte tag ) : void
rawdata byte
start int
end int
tag byte
리턴 void

SkipQuadType() 보호된 메소드

protected SkipQuadType ( byte rawdata, int start, int &end, byte tag ) : void
rawdata byte
start int
end int
tag byte
리턴 void

SkipScalarType() 보호된 메소드

protected SkipScalarType ( byte rawdata, int start, int &end, byte tag ) : void
rawdata byte
start int
end int
tag byte
리턴 void

ToInt16() 보호된 메소드

protected ToInt16 ( byte rawdata, int start ) : short
rawdata byte
start int
리턴 short

ToInt32() 보호된 메소드

protected ToInt32 ( byte rawdata, int start ) : int
rawdata byte
start int
리턴 int

ToSingle() 보호된 메소드

protected ToSingle ( byte rawdata, int start ) : float
rawdata byte
start int
리턴 float

ToUInt16() 보호된 메소드

protected ToUInt16 ( byte rawdata, int start ) : ushort
rawdata byte
start int
리턴 ushort

ToUInt32() 보호된 메소드

protected ToUInt32 ( byte rawdata, int start ) : uint
rawdata byte
start int
리턴 uint

프로퍼티 상세

BindingFormat 공개적으로 프로퍼티

public PCLBindingFormat BindingFormat
리턴 PCLBindingFormat

Epilogue 공개적으로 프로퍼티

public byte[] Epilogue
리턴 byte[]

PageData 공개적으로 프로퍼티

public List PageData
리턴 List

PostPJL 공개적으로 프로퍼티

public string[] PostPJL
리턴 string[]

PrePJL 공개적으로 프로퍼티

public string[] PrePJL
리턴 string[]

Prologue 공개적으로 프로퍼티

public byte[] Prologue
리턴 byte[]