The data type ETLANADDR only occurs in the following conversion functions:
These conversion functions interpret variables of the type DWORD as strings in ETLANADDR format. This format consists of four octal numbers (with or without leading zeros) seperated by periods in direct order, i.e. the highest octal number in the ETLANADDR number will be the highest octal number in the string.
Value |
Conversion function |
Result |
---|---|---|
16#01020304 |
ETLANADDR_TO_STRING |
001.002.003.004 |
ETLANADDR_TO_STRING_ NO_LEADING_ZEROS |
1.2.3.4 |
If you want an interpretation of the DWORD in inverse order, use the conversion functions invoking the data type IPADDR.