XMU565 constructors
Constructors exposed by XMU565
.
Constructs instances of the XMU565 structure.
Note
The constructors listed here are only available under C++.
Overload list
Constructor | Description |
---|---|
XMU565 (uint16_t) | Initializes a new instance of XMU565 from a uint16_t variable containing component data in a packed format. This constructor initializes a new instance of XMU565 from a uint16_t variable containing component data in a packed format. Note: This constructor is only available under C++. |
*XMU565 (const float)** | Initializes a new instance of XMU565 from a three element float array. This constructor initializes a new instance of XMU565 from a three element float array. Note: This constructor is only available under C++. |
*XMU565 (const uint8_t)** | Initializes a new instance of XMU565 from a three element uint8_t array. This constructor initializes a new instance of XMU565 from a three element uint8_t array. Note: This constructor is only available under C++. |
XMU565 (float,float,float) | Initializes a new instance of XMU565 from three float arguments. This constructor initializes a new instance of XMU565 from three float arguments. Note: This constructor is only available under C++. |
XMU565 (uint8_t,uint8_t,uint8_t) | Initializes a new instance of XMU565 from three uint8_t arguments. This constructor initializes a new instance of XMU565 from three uint8_t arguments. Note: This constructor is only available under C++. |
XMU565 () | Default constructor for XMU565 Default constructor for XMU565 Note: This is only available for C++ based development. |
See also
-
Reference