Hi:
 
I have a question, does anybody have any information about the SendMHopMsg interface?
Because the code do not have any comments about the parameters in the commands and events as in others interfaces. For example, the following interface:
 
interface Receive {
  /**
   * Received a message buffer addressed to us.
   *
   * @param msg The complete buffer received.
   *
   * @param payload The payload portion of the packet for this
   * protocol layer. If this layer has layers above it, it should signal
   * receive() with payload incremented by the size of its header. Payload
   * is a pointer into the msg structure.
   *
   * @param payloadLen The length of the payload buffer. If this layer
   * has layers above it, it should signal receive() with payloadLen
   * decreased by the size of its headers and footers.
   *
   * @return The buffer to use for the next receive event.
   *
   */
  event TOS_MsgPtr receive(TOS_MsgPtr msg, void* payload, uint16_t payloadLen);
 
}
 
it has a lot of information about the parameters. I'm looking for something like that.
Thanxs
 

Daniel Villón V.
-----------------------------------------------------------
Departamento de Ingeniería Telemática.
Universitat Politècnica de Catalunya
-----------------------------------------------------------
C/. Jordi Girona 1-3
Modulo C3 Laboratorio 003
Barcelona CP 08034, España
Teléfono: +34 93 289 36 71
Celular:   +34 697 91 43 53
e-mail: [EMAIL PROTECTED]
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to