Accessing a Parameter
The native way for the application to interact with the MultiCam system is the API in C language. All parameters are consistently accessed by a unique set of get/set functions. According to the type of the parameter, and to the by-identifier or by-name access way, several versions of these get and set functions are available.
Parameters access functions
Parameter type |
Access |
Recommended function |
||
By-identifier |
By-name |
|||
Integer |
Set |
|||
Get |
||||
64-bit integer |
Set |
|||
Get |
||||
Floating point |
Set |
|||
Get |
||||
String |
Set |
|||
Get |
||||
Instance |
Set |
|||
Get |
||||
Pointer |
Set |
|||
Get |
||||
Enumerated |
Set |
By-identifier enumerated access |
||
By-name enumerated access |
||||
Get |
By-identifier enumerated access |
|||
By-name enumerated access |