TmnxDhcpOptionType

  • Base type Enumeration

The data type TmnxDhcpOptionType represents how the value of this option is encoded: - 'ipv4 (1)': this option contains an IPv4 address (4 octets) - 'ascii(2)': this option contains seven-bit ASCII characters - 'hex (3)': this option contains octets. It must be displayed in hexadecimal format because it contains non-printable characters.

Possible values

3 objects
Number Name
1 ipv4
2 ascii
3 hex