Samraksh eMote .NOW
SendTimeStamped Method (IRadio)



Radio name
Packet buffer to send
Size of packet
Time stamp of packet
Sent time-stamped packet
Syntax
'Declaration
 
Function SendTimeStamped( _
   ByVal radioName As Byte, _
   ByVal packet() As Byte, _
   ByVal size As UShort, _
   ByVal eventTime As UInteger _
) As NetOpStatus
'Usage
 
Dim instance As IRadio
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)

Parameters

radioName
Radio name
packet
Packet buffer to send
size
Size of packet
eventTime
Time stamp of packet

Return Value

Send status
Requirements

Target Platforms: eMote .NOW

See Also

Reference

IRadio Interface
IRadio Members

Send Feedback