GetRXTime return the latest message time
()
| 109 | |
| 110 | //GetRXTime return the latest message time |
| 111 | func (this *Link) GetRXTime() time.Time { |
| 112 | return this.time |
| 113 | } |
| 114 | |
| 115 | func (this *Link) Rx() { |
| 116 | conn := this.conn |
no outgoing calls
no test coverage detected