public class YSnoopingRecord extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
_dir |
protected String |
_msg |
protected int |
_tim |
Modifier and Type | Method and Description |
---|---|
int |
get_direction()
Returns the message direction (RX=0, TX=1).
|
String |
get_message()
Returns the message content.
|
int |
get_time()
Returns the elapsed time, in ms, since the beginning of the preceding message.
|
protected int _tim
protected int _dir
protected String _msg
public int get_time()
public int get_direction()
public String get_message()
Copyright © 2022. All rights reserved.