Samraksh eMote .NOW
GetPendingPacketCount Method (MACBase)
        



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

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