Samraksh eMote .NOW
PreLoad Method (Radio_802_15_4_Base)



Packet to load
Size of packet
Load the packet into the transmit buffer of the radio
Syntax
'Declaration
 
Public Function PreLoad( _
   ByVal packet() As Byte, _
   ByVal size As UShort _
) As NetOpStatus
'Usage
 
Dim instance As Radio_802_15_4_Base
Dim packet() As Byte
Dim size As UShort
Dim value As NetOpStatus
 
value = instance.PreLoad(packet, size)
public NetOpStatus PreLoad( 
   byte[] packet,
   ushort size
)
public:
NetOpStatus PreLoad( 
   array<byte>^ packet,
   ushort size
) 

Parameters

packet
Packet to load
size
Size of packet

Return Value

The result of the method: E_RadioInit, E_RadioSync, E_RadioConfig, E_MacInit, E_MacConfig, E_MacSendError, E_MacBufferFull, S_Success
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Radio_802_15_4_Base Class
Radio_802_15_4_Base Members

Send Feedback