Samraksh eMote .NOW
Send Method (IRadio)



Radio name
Packet to send
Size of packet
Send packet on radio
Syntax
'Declaration
 
Function Send( _
   ByVal radioName As Byte, _
   ByVal packet() As Byte, _
   ByVal size As UShort _
) As NetOpStatus
'Usage
 
Dim instance As IRadio
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 send
size
Size of packet

Return Value

Success of operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

IRadio Interface
IRadio Members

Send Feedback