Samraksh eMote .NOW
SendTimeStamped Method (Radio_802_15_4_Base)
        



Message to send
Size of message
The time stamp.
Load and send a time-stamped message, with specified time stamp
Syntax
'Declaration
 
Public Function SendTimeStamped( _
   ByVal message() As Byte, _
   ByVal size As UShort, _
   ByVal eventTime As UInteger _
) As NetOpStatus
'Usage
 
Dim instance As Radio_802_15_4_Base
Dim message() As Byte
Dim size As UShort
Dim eventTime As UInteger
Dim value As NetOpStatus
 
value = instance.SendTimeStamped(message, size, eventTime)
public NetOpStatus SendTimeStamped( 
   byte[] message,
   ushort size,
   uint eventTime
)
public:
NetOpStatus SendTimeStamped( 
   array<byte>^ message,
   ushort size,
   uint eventTime
) 

Parameters

message
Message to send
size
Size of message
eventTime
The time stamp.

Return Value

The result of the method: E_RadioInit, E_RadioSync, E_RadioConfig, E_MacInit, E_MacConfig, E_MacSendError, E_MacBufferFull, S_Success
Remarks
The offset for the timestamp in the packet is specified by TimeStampOffset member of the RadioConfiguration structure passed as parameter during radio module initialization.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Radio_802_15_4_Base Class
Radio_802_15_4_Base Members

Send Feedback