The Method GetSupportedFeatures returns the list of features that the controls’ hardware component supports.
Signature
GetSupportedFeatures (
[out]ControlsHWFeatureEnumeration[]SupportedFeatures
[out]MethodExecutionFeedbackType ExecutionFeedback
);
|
Argument |
Description |
|
SupportedFeatures |
The list of supported features. |
|
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |
The Enumeration ControlsHWFeaturesEnumeration is defined in Table 43.
Table 43 – ControlsHWFeaturesEnumeration Definition
|
Enumstring |
Value |
Description |
|
Other |
0 |
None of the below. |
|
IOImage |
1 |
The controls’ hardware components supports IO image retrieval. |
|
LiveStream |
2 |
The controls’ hardware components supports live stream. |
|
RemoteConnection |
3 |
The controls’ hardware components supports remote connection. |
|
ScreenshotCurrentPage |
4 |
The controls’ hardware components supports screenshot retrieval. |
|
SystemDump |
5 |
The controls’ hardware components supports system dump. |
Method Result Codes
|
ResultCode |
Description |
|
BadNodeIdUnknown |
See table 173 in OPC 10000-4 for the description of these result codes. |
|
BadTypeMismatch |
|
|
BadOutOfRange |
|
|
BadNotWritable |
|
|
BadNotFound |