Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

PROTOCOL (ws2_32)
 
.
Summary
TODO - a short description

C# Signature:

    public enum PROTOCOL : short
    {//dummy for IP  
    IPPROTO_IP = 0,
    //control message protocol  
    IPPROTO_ICMP = 1,
    //internet group management protocol  
    IPPROTO_IGMP = 2,
    //gateway^2 (deprecated)  
    IPPROTO_GGP = 3,
    //bluetooth RFCOMM
    BTHPROTO_RFCOMM = 3,
    //tcp  
    IPPROTO_TCP = 6,
    //pup  
    IPPROTO_PUP = 12,
    //user datagram protocol  
    IPPROTO_UDP = 17,
    //xns idp  
    IPPROTO_IDP = 22,
    //IPv6  
    IPPROTO_IPV6 = 41,
    //UNOFFICIAL net disk proto  
    IPPROTO_ND = 77,

    IPPROTO_ICLFXBM = 78,
    //raw IP packet  
    IPPROTO_RAW = 255,

    IPPROTO_MAX = 256
    }

VB Signature:

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
PROTOCOL on MSDN

Please edit this page!

Do you have...

  • helpful tips or sample code to share for using this API in managed code?
  • corrections to the existing content?
  • variations of the signature you want to share?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions