Back to Aurora Vision Library Lite website
You are here: Start » Camera Support » NET SynView » SynView_ExecuteCommand
SynView_ExecuteCommand
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Executes a command.
Syntax
void avl::SynView_ExecuteCommand ( SynView_State& ioState, atl::Optional<const atl::String&> inDeviceID, avl::SynViewFeatureGroup::Type inFeatureGroup, const atl::String& inParameterName )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
ioState | SynView_State& | Object used to maintain state of the function. | ||
inDeviceID | Optional<const String&> | NIL | Tries to find the camera in all available IDs (UserID, VendorName, ModelName...) | |
inFeatureGroup | SynViewFeatureGroup::Type | Parameters feature group | ||
inParameterName | const String& | Name of feature parameter |