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