System::Net::IPAddress::NetworkToHostOrder メソッド
IPAddress::NetworkToHostOrder(int16_t) method
指定されたネットワークバイトオーダーを対応するホストバイトオーダーに変換します。
static int16_t System::Net::IPAddress::NetworkToHostOrder(int16_t network)
| パラメーター | 型 | 説明 |
|---|---|---|
| ネットワーク | int16_t | 変換する値です。 |
ReturnValue
対応するホストバイトオーダー。
参照
- Class IPAddress
- Namespace System::Net
- Library Aspose.Page for C++
IPAddress::NetworkToHostOrder(int32_t) method
指定されたネットワークバイトオーダーを対応するホストバイトオーダーに変換します。
static int32_t System::Net::IPAddress::NetworkToHostOrder(int32_t network)
| パラメーター | 型 | 説明 |
|---|---|---|
| ネットワーク | int32_t | 変換する値です。 |
ReturnValue
対応するホストバイトオーダー。
参照
- Class IPAddress
- Namespace System::Net
- Library Aspose.Page for C++
IPAddress::NetworkToHostOrder(int64_t) method
指定されたネットワークバイトオーダーを対応するホストバイトオーダーに変換します。
static int64_t System::Net::IPAddress::NetworkToHostOrder(int64_t network)
| パラメーター | 型 | 説明 |
|---|---|---|
| ネットワーク | int64_t | 変換する値です。 |
ReturnValue
対応するホストバイトオーダー。
参照
- Class IPAddress
- Namespace System::Net
- Library Aspose.Page for C++