C# Class ENDA.PLCNetLib.Utils

Datei anzeigen Open project: engina/PLCNetLib

Public Methods

Method 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 method

public static HexDump ( byte buf ) : string
buf byte
return string

HexDump() public static method

public static HexDump ( byte buf, long len ) : string
buf byte
len long
return string

HexDump() public static method

public static HexDump ( byte buf, long len, int col ) : string
buf byte
len long
col int
return string

HexDump() public static method

public static HexDump ( byte buf, long len, int col, string delim ) : string
buf byte
len long
col int
delim string
return string