Click or drag to resize

InfoGuiData Class

This class holds the properties needed for displaying them in the GUI.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CamerasPluginInfoGuiData

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public class InfoGuiData : INotifyPropertyChanged

The InfoGuiData type exposes the following members.

Constructors
 NameDescription
Public methodInfoGuiDataInitializes a new instance of the InfoGuiData class
Top
Properties
 NameDescription
Public propertyConnectionID The connection ID used for communication, e. g. the IP address.
Public propertyModelName The name of the camera model.
Public propertySerialNumber The camera's serial number version.
Public propertyVendorName The manufacturer's name.
Public propertyVersion The camera's firmware version.
Top
Methods
Events
 NameDescription
Public eventPropertyChanged 
Top
See Also