|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DireccionEthernet | |
| Redes.Ethernet | |
| Uses of DireccionEthernet in Redes.Ethernet |
| Fields in Redes.Ethernet declared as DireccionEthernet | |
(package private) DireccionEthernet |
NivelEthernet.direccion
Direccion MAC de las tramas que atenderemos, el resto las ignoraremos |
| Methods in Redes.Ethernet that return DireccionEthernet | |
DireccionEthernet |
TramaEthernet.getDestino()
Devuelve la direccion MAC de destino |
DireccionEthernet |
TramaEthernet.getOrigen()
Devuelve la direccion MAC de origen |
| Methods in Redes.Ethernet with parameters of type DireccionEthernet | |
private boolean |
NivelEthernet.EsParaMi(DireccionEthernet destino)
Comprueba si la trama va dirigia a este nivel o no |
void |
TramaEthernet.setDestino(DireccionEthernet destino)
Cambia la direccion MAC de destino |
void |
TramaEthernet.setOrigen(DireccionEthernet origen)
Cambia la direccion MAC de origen |
| Constructors in Redes.Ethernet with parameters of type DireccionEthernet | |
NivelEthernet(Equipo equipo,
Red red,
DireccionEthernet direccion)
Constructor |
|
TramaEthernet(DireccionEthernet origen,
DireccionEthernet destino,
Buffer p,
int tipo)
Constructor |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||