Skip to main content

Module LY_DATA_TYPE

Module LY_DATA_TYPE 

Source

Constants§

LY_TYPE_BINARY
< Any binary data (RFC 6020 sec 9.8)
LY_TYPE_BITS
< A set of bits or flags (RFC 6020 sec 9.7)
LY_TYPE_BOOL
< “true” or “false” (RFC 6020 sec 9.5)
LY_TYPE_DEC64
< 64-bit signed decimal number (RFC 6020 sec 9.3)
LY_TYPE_EMPTY
< A leaf that does not have any value (RFC 6020 sec 9.11)
LY_TYPE_ENUM
< Enumerated strings (RFC 6020 sec 9.6)
LY_TYPE_IDENT
< A reference to an abstract identity (RFC 6020 sec 9.10)
LY_TYPE_INST
< References a data tree node (RFC 6020 sec 9.13)
LY_TYPE_INT8
< 8-bit signed integer (RFC 6020 sec 9.2)
LY_TYPE_INT16
< 16-bit signed integer (RFC 6020 sec 9.2)
LY_TYPE_INT32
< 32-bit signed integer (RFC 6020 sec 9.2)
LY_TYPE_INT64
< 64-bit signed integer (RFC 6020 sec 9.2)
LY_TYPE_LEAFREF
< A reference to a leaf instance (RFC 6020 sec 9.9)
LY_TYPE_STRING
< Human-readable string (RFC 6020 sec 9.4)
LY_TYPE_UINT8
< 8-bit unsigned integer (RFC 6020 sec 9.2)
LY_TYPE_UINT16
< 16-bit unsigned integer (RFC 6020 sec 9.2)
LY_TYPE_UINT32
< 32-bit unsigned integer (RFC 6020 sec 9.2)
LY_TYPE_UINT64
< 64-bit unsigned integer (RFC 6020 sec 9.2)
LY_TYPE_UNION
< Choice of member types (RFC 6020 sec 9.12)
LY_TYPE_UNKNOWN
< Unknown type

Type Aliases§

Type
@brief YANG built-in types