Enum PvGenRepresentation
UI hint describing how a numeric parameter should be rendered.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvGenRepresentation
Fields
| Name | Description |
|---|---|
| PvGenRepresentationBoolean | Boolean. The number might be presented as a check box or enable. Use a similar UI as for features from the #PvGenBoolean class. |
| PvGenRepresentationHexNumber | Hex number. Use an edit box with a hexadecimal display. |
| PvGenRepresentationIPV4Address | IPv4 address. Use an edit box with an IP address dot-decimal display. |
| PvGenRepresentationLinear | Linear. Use a slider. |
| PvGenRepresentationLogarithmic | Logarithmic. Use a slider. The GenICam standard doesn't specify if the feature's value represents x or y in the formula x = n ^ y. |
| PvGenRepresentationMACAddress | MAC address. Use an edit box with a MAC address (e.g. 01-23-45-67-89-AB) display. |
| PvGenRepresentationPureNumber | |
| PvGenRepresentationUndefined | Not defined; valid representation not provided. |