CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
protocol_family.h
1
2#pragma once
3
4#include <net/sockets/address_family.h>
5
6#include <cstdint>
7
8namespace System {
9namespace Net {
10namespace Sockets {
11
14{
16 Unknown = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Unknown),
20 Unix = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Unix),
26 Pup = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Pup),
30 NS = static_cast<int32_t>(System::Net::Sockets::AddressFamily::NS),
32 Ipx = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Ipx),
34 Iso = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Iso),
36 Osi = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Osi),
38 Ecma = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Ecma),
44 Sna = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Sna),
50 Lat = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Lat),
64 Atm = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Atm),
72 Irda = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Irda),
76 Max = static_cast<int32_t>(System::Net::Sockets::AddressFamily::Max)
77};
78} // namespace Sockets
79} // namespace Net
80} // namespace System
ProtocolFamily
Enumerates the protocol families.
Definition: protocol_family.h:14
@ ImpLink
The ARPANET IMP address.
@ NetworkDesigners
The address for the Network Designers OSI gateway-enabled protocols.
@ InterNetworkV6
The address for IPv6.
@ Cluster
The address for the Microsoft cluster products.
@ Iso
The address for the ISO protocols.
@ Atm
The native ATM services address.
@ NS
The address for the Xerox NS protocols.
@ Unix
The Unix local to host the address family.
@ Unspecified
The unspecified address family.
@ DataLink
The direct data-link interface address.
@ Pup
The address for the PUP protocols.
@ Chaos
The address for the MIT CHAOS protocols.
@ Unknown
The unknown address family.
@ HyperChannel
The NSC Hyperchannel address.
@ Ieee12844
The IEEE 1284.4 workgroup address.
@ Ccitt
Addresses for the CCITT protocols, e.g. X.25.
@ Ecma
The European Computer Manufacturers Association (ECMA) address.
@ VoiceView
The VoiceView address.
@ Ipx
The IPX or SPX address.
@ AppleTalk
The AppleTalk address.
@ InterNetwork
The address for IPv4.
@ DataKit
The address for the Datakit protocols.
@ Osi
The address for the OSI protocols.
Definition: db_command.h:9