Samraksh eMote .NOW
PreLoad Method (IRadio)



Packet to preload
Size of packet
Preload radio
Syntax
'Declaration
 
Function PreLoad( _
   ByVal packet() As Byte, _
   ByVal size As UShort _
) As NetOpStatus
'Usage
 
Dim instance As IRadio
Dim packet() As Byte
Dim size As UShort
Dim value As NetOpStatus
 
value = instance.PreLoad(packet, size)

Parameters

packet
Packet to preload
size
Size of packet

Return Value

Success of operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

IRadio Interface
IRadio Members

Send Feedback