C# Class ENDA.PLCNetLib.Utils

Afficher le fichier Open project: engina/PLCNetLib

Méthodes publiques

Méthode Description
HexDump ( byte buf ) : string
HexDump ( byte buf, long len ) : string
HexDump ( byte buf, long len, int col ) : string
HexDump ( byte buf, long len, int col, string delim ) : string

Method Details

HexDump() public static méthode

public static HexDump ( byte buf ) : string
buf byte
Résultat string

HexDump() public static méthode

public static HexDump ( byte buf, long len ) : string
buf byte
len long
Résultat string

HexDump() public static méthode

public static HexDump ( byte buf, long len, int col ) : string
buf byte
len long
col int
Résultat string

HexDump() public static méthode

public static HexDump ( byte buf, long len, int col, string delim ) : string
buf byte
len long
col int
delim string
Résultat string