Method | Description | |
---|---|---|
LogData ( char cmd, byte data, int offset, int count ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( string message ) : void |
public static LogData ( char cmd, byte data, int offset, int count ) : void | ||
cmd | char | |
data | byte | |
offset | int | |
count | int | |
return | void |
public static WriteLine ( string message ) : void | ||
message | string | |
return | void |