Attribute Type
The attribute type determines how a camera attribute is stored in the driver and the camera. Use the Get Attribute Type function to query the type of a given attribute. Each attribute is represented as one of the following types.
| Attribute Type | Description |
|---|---|
| U32 | 32-bit unsigned integer |
| 1I64 | 64-bit signed integer |
| F64 | Double precision floating point |
| String | String |
| Enum | Name and value pair |
| Bool | Boolean (true or false) |
| Command | Action |