C# 클래스 mhe.ProtocolHelper

파일 보기 프로젝트 열기: icedmaster/mhe

공개 메소드들

메소드 설명
DecodeProfilerData ( byte data ) : List
DecodeStats ( byte data ) : string
ValueToString ( Type type, int valueLength, ByteStream stream ) : string

메소드 상세

DecodeProfilerData() 공개 정적인 메소드

public static DecodeProfilerData ( byte data ) : List
data byte
리턴 List

DecodeStats() 공개 정적인 메소드

public static DecodeStats ( byte data ) : string
data byte
리턴 string

ValueToString() 공개 정적인 메소드

public static ValueToString ( Type type, int valueLength, ByteStream stream ) : string
type System.Type
valueLength int
stream ByteStream
리턴 string