set message channel for link layer
(msgchan chan *types.MsgPayload)
| 69 | |
| 70 | //set message channel for link layer |
| 71 | func (this *Link) SetChan(msgchan chan *types.MsgPayload) { |
| 72 | this.recvChan = msgchan |
| 73 | } |
| 74 | |
| 75 | //get address |
| 76 | func (this *Link) GetAddr() string { |
no outgoing calls