The ICogGigEAccess type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ExecuteCommand | Execute the command identified by node. | |
| GetAvailableFeatures | Get the child features of the specified category. Use the Root category to get the top level features. | |
| GetComment | Get a helpful comment describing the feature. | |
| GetDoubleFeature | Read the double feature identified by node. | |
| GetFeature | Read the feature identified by node. Works with any data type. | |
| GetFeatureReadTimeout | Read the read feature timeout (in seconds). | |
| GetFeatureType | Get the type of this feature. | |
| GetFeatureWriteTimeout | Read the write feature timeout (in seconds). | |
| GetIntegerFeature | Read the integer feature identified by node. | |
| GetValidEnumValues | Get the valid settings for an enum feature. | |
| GetXMLFromCamera | Return the raw XML data from the camera. | |
| IsReadable | Returns false if the feature is not readable. | |
| IsReserved | Returns true if the feature is reserved. | |
| IsWriteable | Returns false if the feature is not writeable. | |
| ResetTimeStamp | Reset the timestamp counter in the camera to 0. | |
| SetDoubleFeature | Write the double feature identified by node. | |
| SetFeature | Write the feature identified by node. Works with any data type. | |
| SetFeatureReadTimeout | Write the read feature timeout (in seconds). | |
| SetFeatureWriteTimeout | Write the write feature timeout (in seconds). | |
| SetIntegerFeature | Write the integer feature identified by node. | |
| SetPersistentIPConfiguration | Function to set the camera�s persistent IP address and subnet mask. | |
| SetTemporaryIPConfiguration | Function to set the camera�s temporary IP address and subnet mask. |
See Also