Samraksh eMote .NOW
PendingSendPacketCount Method (MACBase)



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

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