|
BitFlow.NET
Source code documentation of the BitFlow .NET interface.
|
Interface to access and control GenICam devices using the BFGTLUtilities library. More...
Classes | |
| class | Library |
| Class exposing static properties of the BFGTLUtilities library. More... | |
| class | Device |
| Class used to access and modify GenTL devices. More... | |
| class | BaseNode |
| class | ValueNode |
| class | IntegerNode |
| class | BooleanNode |
| class | CommandNode |
| class | FloatNode |
| class | StringNode |
| class | RegisterNode |
| class | CategoryNode |
| class | EnumerationNode |
| class | EnumEntryNode |
| class | PortNode |
Enumerations | |
| enum class | NodeType { Unknown = ManagedBFGTLUtilitiesNodeType.Unknown , Value = ManagedBFGTLUtilitiesNodeType.Value , Base = ManagedBFGTLUtilitiesNodeType.Base , Integer = ManagedBFGTLUtilitiesNodeType.Integer , Boolean = ManagedBFGTLUtilitiesNodeType.Boolean , Command = ManagedBFGTLUtilitiesNodeType.Command , Float = ManagedBFGTLUtilitiesNodeType.Float , String = ManagedBFGTLUtilitiesNodeType.String , Register = ManagedBFGTLUtilitiesNodeType.Register , Category = ManagedBFGTLUtilitiesNodeType.Category , Enumeration = ManagedBFGTLUtilitiesNodeType.Enumeration , EnumEntry = ManagedBFGTLUtilitiesNodeType.EnumEntry , Port = ManagedBFGTLUtilitiesNodeType.Port } |
| Type codes of BFGTLUtilities nodes. More... | |
| enum class | Access { Unknown = ManagedBFGTLUtilitiesAccess.Unknown , NI = ManagedBFGTLUtilitiesAccess.NI , NA = ManagedBFGTLUtilitiesAccess.NA , RO = ManagedBFGTLUtilitiesAccess.RO , WO = ManagedBFGTLUtilitiesAccess.WO , RW = ManagedBFGTLUtilitiesAccess.RW } |
| Possible access states of BFGTLUtilities nodes. More... | |
Interface to access and control GenICam devices using the BFGTLUtilities library.
|
strong |
Possible access states of BFGTLUtilities nodes.
| Enumerator | |
|---|---|
| Unknown | |
| NI | |
| NA | |
| RO | |
| WO | |
| RW | |
|
strong |
Type codes of BFGTLUtilities nodes.
| Enumerator | |
|---|---|
| Unknown | |
| Value | |
| Base | |
| Integer | |
| Boolean | |
| Command | |
| Float | |
| String | |
| Register | |
| Category | |
| Enumeration | |
| EnumEntry | |
| Port | |