Exemplo n.º 1
0
 /// <summary>
 /// Read ethernet data from slave via EoE and forward it to the
 /// virtual network device.
 /// </summary>
 /// <param name="slaveIndex">Slave index.</param>
 /// <param name="deviceId">Device Id of virtual network device.</param>
 /// <returns>True if operation was successful, false otherwise.</returns>
 public bool ForwardEthernetToTapDevice(int slaveIndex, int deviceId)
 {
     return(EcHL.ForwardEthernetToTapDevice(this.Context, slaveIndex, deviceId));
 }