Device.SetDeviceOption()
Info | Value |
---|---|
Package | mvnc |
Module | mvncapi |
Version | 1.0 |
See also | Device.GetDeviceOption() DeviceOption |
Overview
This function is used to set an option for the device. The options can be found in the DeviceOption enumeration class.
Syntax
SetDeviceOption(option, value)
Parameters
Parameter | Description |
---|---|
option | Member of the DeviceOption enumeration class that specifies which device option to set. |
value | The new value to which the device option will be set. The type to pass for this parameter depends on which option is being set. See the DeviceOption enumeration class for the types that correspond to each option. |
Return
None.
Known Issues
Example