Networking_StaticIpConfiguration Struct
頁首: #include < applibs/networking。h>
網路介面的靜態 IP 位址設定。
注意
這是版本結構的別名。 定義NETWORKING_STRUCTS_VERSION使用此別名。
struct Networking_StaticIpConfiguration {
uint32_t z__magicAndVersion;
struct in_addr ipAddress;
struct in_addr netMask;
struct in_addr gatewayAddress;
};
成員
uint32_t z__magicAndVersion
唯一識別結構版本的魔術數位。
指示 in_addr ipAddress
介面的靜態 IP 位址。
指示 in_addr netMask
這是靜態 IP 位址的 netmask。
指示in_addr閘道位址
介面的閘道位址。 這應該設定為 0.0.0.0.0