]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/IEEE154MessageLayer.nc
reorganized packet header handling, added RF212Ieee154MessageC for BLIP
[tinyos-2.x.git] / tos / chips / rf2xx / layers / IEEE154MessageLayer.nc
index f1e34fd6119dcb652c206749731c0ba225f2ce36..be98e1b93079b0d923ddba17448339dd25212fd2 100644 (file)
  */
 interface IEEE154MessageLayer
 {
-       /**
-        * Returns the raw value (unadjusted) of the length field
-        */
-       async command uint8_t getLength(message_t* msg);
-
-       /**
-        * Sets the length field
-        */
-       async command void setLength(message_t* msg, uint8_t length);
-
        /**
         * Returns the frame control field. This method should not be used, 
         * isDataFrame and isAckFrame should be used instead.