Samraksh eMote .NOW
SendPacketStatus Enumeration



SendPa
Syntax
'Declaration
 
Public Enum SendPacketStatus 
   Inherits System.Enum
'Usage
 
Dim instance As SendPacketStatus
public enum SendPacketStatus : System.Enum 
public enum class SendPacketStatus : public System.Enum 
Members
MemberDescription
SendACKedThe operation of sending the packet is unsuccessful. The packet is dropped from the queue with successful status.
SendFailedSend Permenantly Failed. The packet is dropped from the queue with unsuccessful status.
SendInitiatedThe operation of sending the packet is initiate. The packet still waits in the queue.
SendNACKedThe operation of sending the packet is unsuccessful. The packet still waits in the queue.
TestMeTest Condition
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Samraksh.eMote.Net.SendPacketStatus

Requirements

Target Platforms: eMote .NOW

See Also

Reference

Samraksh.eMote.Net Namespace

Send Feedback