SSF.Net
Class ptpLinkLayer.ptpPeerEnumeration

java.lang.Object
  |
  +--SSF.Net.ptpLinkLayer.ptpPeerEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
ptpLinkLayer

class ptpLinkLayer.ptpPeerEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
(package private)  NIC nic
           
 
Constructor Summary
ptpLinkLayer.ptpPeerEnumeration(NIC)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nic

NIC nic
Constructor Detail

ptpLinkLayer.ptpPeerEnumeration

public ptpLinkLayer.ptpPeerEnumeration(NIC)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration