ActionCommandResult Class#
Inheritance Hierarchy#
System.Object
Basler.Pylon.ActionCommandResult
Syntax#
C#
public class ActionCommandResult
VB
Public Class ActionCommandResult
The ActionCommandResult type exposes the following members.
Constructors#
Name | Description | |
---|---|---|
![]() | ActionCommandResult | Initializes a new instance of the ActionCommandResult class |
Fields#
Name | Description | |
---|---|---|
![]() | ActionCommandStatus | GigE Vision status code returned by the camera. See Basler.Pylon.ActionCommandStatus for more information. |
![]() | CameraAddress | IP address of the camera. |
ActionCommandResult.ActionCommandStatus Field#
GigE Vision status code returned by the camera. See Basler.Pylon.ActionCommandStatus for more information.
Syntax#
C#
public int ActionCommandStatus
VB
Public ActionCommandStatus As Integer
Field Value#
Type: Int32
ActionCommandResult.CameraAddress Field#
IP address of the camera.
Syntax#
C#
public string CameraAddress
VB
Public CameraAddress As String
Field Value#
Type: String
ActionCommandResult Constructor#
Initializes a new instance of the ActionCommandResult class
Syntax#
C#
public ActionCommandResult()
VB
Public Sub New
ActionCommandResult Fields#
The ActionCommandResult type exposes the following members.
Fields#
Name | Description | |
---|---|---|
![]() | ActionCommandStatus | GigE Vision status code returned by the camera. See Basler.Pylon.ActionCommandStatus for more information. |
![]() | CameraAddress | IP address of the camera. |