C# Class mhe.ProtocolHelper

Exibir arquivo Open project: icedmaster/mhe

Public Methods

Method Description
DecodeProfilerData ( byte data ) : List
DecodeStats ( byte data ) : string
ValueToString ( Type type, int valueLength, ByteStream stream ) : string

Method Details

DecodeProfilerData() public static method

public static DecodeProfilerData ( byte data ) : List
data byte
return List

DecodeStats() public static method

public static DecodeStats ( byte data ) : string
data byte
return string

ValueToString() public static method

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