type

Navigation:  NxLib API > C++ Interface > NxLibItem >

type

Previous pageReturn to chapter overviewNext page

Retrieve the JSON type of this item.

Signatures

Variants throwing exceptions on API errors:

int type() const

Variants returning API errors as int* parameter:

int type(int* returnCode) const

Parameters

returnCode

The error code returned when accessing the item.

Return Value

The item type constant. See nxLibGetType for item types.