SAdapterFlags (STRUCT)¶
TYPE SAdapterFlags : STRUCT
- InOut:
- Name - Type - Comment - INACTIVE- BIT- Interface not ready for ip communication (no driver, no ip address, no link, …) - ALIAS_IP- BIT- Further ip (aka alias address) of adapter - DYNAMIC_IP- BIT- Dynamic ip address, provided by DHCP, BOOTP, etc. Cannot be changed by SysSockSetIpAddressAndNetMask() - FIX_IP- BIT- Fix (e. g. hard coded) ip address. Cannot be changed by SysSockSetIpAddressAndNetMask() - IP_CHANGE_ALLOWED- BIT- Adapter is white listed to allow address changes. If non of the flags SOCK_AIF_DYNAMIC_IP or SOCK_AIF_FIX_IP is set, the ip address can be likely changed by SysSockSetIpAddressAndNetMask() - GATEWAY_INFO_VALID- BIT- DefaultGateway address is valid. Is not set, if no Gateway information is provided by the system. - INFO_VALID- BIT- Adapter is valid - only valid adapters are returned by SysSockGetFirstAdapterInfo() or SysSockGetNextAdapterInfo() 
