Uses of Class
at.jku.fim.datalinksimulation.layer2.protocols.EasyL2FrameData

Packages that use EasyL2FrameData
at.jku.fim.datalinksimulation.layer2.protocols   
 

Uses of EasyL2FrameData in at.jku.fim.datalinksimulation.layer2.protocols
 

Methods in at.jku.fim.datalinksimulation.layer2.protocols that return EasyL2FrameData
static EasyL2FrameData EasyL2Utils.interpretRawData(RawData data, Logger logger)
          Interpret raw data as EasyL2 frame; if not successful, null is returned
 

Methods in at.jku.fim.datalinksimulation.layer2.protocols with parameters of type EasyL2FrameData
static RawData EasyL2Utils.createFrame(EasyL2FrameData content, Logger logger)
          "Serialize" an EasyL2 object so that it can be transferred over network