Skip to content

ActionCommandResult Class#

Contains detailed results of calling Issue or Schedule methods.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ActionCommandResult

Syntax#

C#

public class ActionCommandResult

VB

Public Class ActionCommandResult

The ActionCommandResult type exposes the following members.

Constructors#

NameDescription
Public methodActionCommandResult Initializes a new instance of the ActionCommandResult class
 

Fields#

NameDescription
Public fieldActionCommandStatus GigE Vision status code returned by the camera. See Basler.Pylon.ActionCommandStatus for more information.
Public fieldCameraAddress 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#

NameDescription
Public fieldActionCommandStatus GigE Vision status code returned by the camera. See Basler.Pylon.ActionCommandStatus for more information.
Public fieldCameraAddress IP address of the camera.