C# Class mhe.ProtocolHelper

Afficher le fichier Open project: icedmaster/mhe

Méthodes publiques

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

Method Details

DecodeProfilerData() public static méthode

public static DecodeProfilerData ( byte data ) : List
data byte
Résultat List

DecodeStats() public static méthode

public static DecodeStats ( byte data ) : string
data byte
Résultat string

ValueToString() public static méthode

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