Samraksh eMote .NOW
PendingReceivePacketCount Method (MACBase)



Get a count of unprocessed packets in the buffer
Syntax
'Declaration
 
Public Function PendingReceivePacketCount() As Byte
'Usage
 
Dim instance As MACBase
Dim value As Byte
 
value = instance.PendingReceivePacketCount()
public byte PendingReceivePacketCount()
public:
byte PendingReceivePacketCount(); 

Return Value

The number of packets in the buffer not yet delivered to the program
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members

Send Feedback