示例#1
0
 protected void SendImpl()
 {
     _modemImplementation.Send();
 }
示例#2
0
 protected void SendImpl(Stream data) => _modemImpl.Send(data);