DD_NETWORK_ADVANCE_CONFIG
Structure Definition
Function Description
Network high-level configuration structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| bMessagePort | unsigned char | Whether the message port is supported (read-only). |
| bAlarmPort | unsigned char | Whether to support alarm port (read-only). |
| bMultiCastIP | unsigned char | Whether to support multicast addresses (read-only). |
| bMTUByteNum | unsigned char | Whether MTU bytes are supported (read-only). |
| httpPort | unsigned short | HTTP port. |
| datePort | unsigned short | Data port. |
| messagePort | unsigned short | Message command port. |
| alarmPort | unsigned short | Alarm port. |
| maxOnlineUserNum | unsigned short | The maximum number of online users supported (read-only). |
| OnlineUserNum | unsigned short | Number of online users. |
| multiCastIP | unsigned int | Multicast address. |
| mtuByteNum | unsigned int | MTU in bytes. |