Samraksh eMote .NOW
SendTimeStamped Method (Radio_802_15_4_Base)



Radio name
Packet to be sent
Size of packet
The time stamp.
Load and send a time-stamped packet, with specified time stamp
Syntax
'Declaration
 
Public Function SendTimeStamped( _
   ByVal radioName As Byte, _
   ByVal packet() As Byte, _
   ByVal size As UShort, _
   ByVal eventTime As UInteger _
) As NetOpStatus
'Usage
 
Dim instance As Radio_802_15_4_Base
Dim radioName As Byte
Dim packet() As Byte
Dim size As UShort
Dim eventTime As UInteger
Dim value As NetOpStatus
 
value = instance.SendTimeStamped(radioName, packet, size, eventTime)
public NetOpStatus SendTimeStamped( 
   byte radioName,
   byte[] packet,
   ushort size,
   uint eventTime
)

Parameters

radioName
Radio name
packet
Packet to be sent
size
Size of packet
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