CVB.Net 14.0
NodeMapNames Class Reference

Contains all known node map names. More...

Static Public Attributes

const string Device = "Device"
 The name of the node map that represents the remote device, i.e. camera.
 
const string Factory = "TLFactory"
 The name of the node map that gives access to CVB's GenTL enumeration.
 
const string System = "TLSystem"
 The name of the node map that gives access to the GenTL system (the TL itself) of the currently opened device.
 
const string Interface = "TLInterface"
 The name of the node map that gives access to the GenTL interface (e.g. the NIC) of the currently opened device.
 
const string TLDevice = "TLDevice"
 The name of the node map that gives access to the GenTL's side of the device (the proxy).
 
const string DataStream = "TLDatastream"
 The name of the node map that gives access to the GenTL streaming interface (grab/acquisition).
 
const string VinBuffer = "VinBuffer"
 The name of the node map that represents the video interface driver buffer.
 

Detailed Description

Contains all known node map names.