Samraksh eMote .NOW
Send Method (Radio_802_15_4_Base)



Radio name
Packet to be sent
Size of packet
Load and send a packet
Syntax
'Declaration
 
Public Function Send( _
   ByVal radioName As Byte, _
   ByVal packet() As Byte, _
   ByVal size As UShort _
) As NetOpStatus
'Usage
 
Dim instance As Radio_802_15_4_Base
Dim radioName As Byte
Dim packet() As Byte
Dim size As UShort
Dim value As NetOpStatus
 
value = instance.Send(radioName, packet, size)

Parameters

radioName
Radio name
packet
Packet to be sent
size
Size of packet

Return Value

Result of operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Radio_802_15_4_Base Class
Radio_802_15_4_Base Members

Send Feedback