Uses of Interface
sidnet.stack.driver.MainLineInterface

Packages that use MainLineInterface
sidnet.stack.driver   
 

Uses of MainLineInterface in sidnet.stack.driver
 

Classes in sidnet.stack.driver that implement MainLineInterface
 class MainLine
           
 

Fields in sidnet.stack.driver declared as MainLineInterface
 MainLineInterface MainLine.self
           
 

Methods in sidnet.stack.driver that return MainLineInterface
 MainLineInterface MainLine.getProxy()
           
 

Methods in sidnet.stack.driver with parameters of type MainLineInterface
 void GenericTimer.setCallbackProxy(MainLineInterface callbackEntity)
           
 void PhyImpl.setMacEntity(MainLineInterface macEntity)
           
 

Constructors in sidnet.stack.driver with parameters of type MainLineInterface
GenericTimer(MainLineInterface mainLineEntity)
           
Tester(MainLineInterface mainEntity)