System::Net::IPAddress::HostToNetworkOrder metodo
Contenuti
[
Nascondere
]IPAddress::HostToNetworkOrder(int16_t) method
Converte l’ordine dei byte dell’host specificato nell’ordine dei byte di rete corrispondente.
static int16_t System::Net::IPAddress::HostToNetworkOrder(int16_t host)
| Parametro | Tipo | Descrizione |
|---|---|---|
| host | int16_t | Il valore da convertire. |
ReturnValue
L’ordine dei byte di rete corrispondente.
Vedi anche
- Class IPAddress
- Namespace System::Net
- Library Aspose.Font for C++
IPAddress::HostToNetworkOrder(int32_t) method
Converte l’ordine dei byte dell’host specificato nell’ordine dei byte di rete corrispondente.
static int32_t System::Net::IPAddress::HostToNetworkOrder(int32_t host)
| Parametro | Tipo | Descrizione |
|---|---|---|
| host | int32_t | Il valore da convertire. |
ReturnValue
L’ordine dei byte di rete corrispondente.
Vedi anche
- Class IPAddress
- Namespace System::Net
- Library Aspose.Font for C++
IPAddress::HostToNetworkOrder(int64_t) method
Converte l’ordine dei byte dell’host specificato nell’ordine dei byte di rete corrispondente.
static int64_t System::Net::IPAddress::HostToNetworkOrder(int64_t host)
| Parametro | Tipo | Descrizione |
|---|---|---|
| host | int64_t | Il valore da convertire. |
ReturnValue
L’ordine dei byte di rete corrispondente.
Vedi anche
- Class IPAddress
- Namespace System::Net
- Library Aspose.Font for C++