Skip to content

Pylon::GigEActionCommandResult#

Module: Transport Layer

Optional result structure of IGigETransportLayer::IssueActionCommand and IGigETransportLayer::IssueScheduledActionCommand.

#include <pylon/gige/GigETransportLayer.h>

Public Attributes#

Name
char DeviceAddress
IP address of the device.
int32_t Status
GigE Vision status code returned by the device. See Pylon::EGigEActionCommandStatus for more information.

Public Attributes Documentation#

variable DeviceAddress#

char DeviceAddress;

IP address of the device.

variable Status#

int32_t Status;

GigE Vision status code returned by the device. See Pylon::EGigEActionCommandStatus for more information.