Skip to content

PLCamera.GevIEEE1588StatusEnum Class#

Indicates the state of the IEEE 1588 clock. Values of this field must match the IEEE 1588 PTP port state enumeration (INITIALIZING, FAULTY, DISABLED, LISTENING, PRE_MASTER, MASTER, PASSIVE, UNCALIBRATED, SLAVE).

Applies to: GigE

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.GevIEEE1588StatusEnum

Constructors#

 NameDescription
Public methodPLCamera.GevIEEE1588StatusEnum Initializes a new instance of the PLCamera.GevIEEE1588StatusEnum class
 

Properties#

 NameDescription
Public propertyDisabled

The port is in the Disabled state. In this state, the port does not place any messages on its communication path. It discards all PTP messages received except for management messages.

Applies to: GigE

Public propertyFaulty

The port is in the Faulty state. In this state, the port does not place any messages on its communication path. It discards all PTP messages received except for management messages.

Applies to: GigE

Public propertyInitializing

The port is in the Initializing state. In this state, the port initializes its data sets, hardware, and communication facilities.

Applies to: GigE

Public propertyListening

The port is in the Listening state. In this state, the port is waiting for the so-called announceReceiptTimeout timeout to expire or to receive an Announce message from a master.

Applies to: GigE

Public propertyMaster

The port is in the Master state. In this state, the port is acting as the master port.

Applies to: GigE

Public propertyName The full name of GevIEEE1588Status (Overrides ParameterListEnum.Name.)
Public propertyPassive

The port is in the Passive state. In this state, the port is not acting as the master port nor does it synchronize with a master port.

Applies to: GigE

Public propertyPreMaster

The port is in the PreMaster state. In this state, the port behaves as if it were in the MASTER state except that some messages will not be placed.

Applies to: GigE

Public propertySlave

The port is in the Slave state. In this state, the port is synchronizing with the selected master port.

Applies to: GigE

Public propertyUncalibrated

The port is in the Uncalibrated state. In this state, one or more master ports have been detected in the domain, the appropriate master port has been selected, and the local port is preparing to synchronize with the selected master port.

Applies to: GigE

Public propertyUndefined

The port is in an undefined state.

Applies to: GigE

 

Methods#

 NameDescription
Public methodToString The full name of GevIEEE1588Status (Overrides Object.ToString()()()().)
 

PLCamera.GevIEEE1588StatusEnum.ToString Method#

The full name of GevIEEE1588Status

Return Value#

Type: String
Returns the full name of GevIEEE1588Status

PLCamera.GevIEEE1588StatusEnum Constructor#

Initializes a new instance of the PLCamera.GevIEEE1588StatusEnum class

PLCamera.GevIEEE1588StatusEnum.Disabled Property#

The port is in the Disabled state. In this state, the port does not place any messages on its communication path. It discards all PTP messages received except for management messages.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.Faulty Property#

The port is in the Faulty state. In this state, the port does not place any messages on its communication path. It discards all PTP messages received except for management messages.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.Initializing Property#

The port is in the Initializing state. In this state, the port initializes its data sets, hardware, and communication facilities.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.Listening Property#

The port is in the Listening state. In this state, the port is waiting for the so-called announceReceiptTimeout timeout to expire or to receive an Announce message from a master.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.Master Property#

The port is in the Master state. In this state, the port is acting as the master port.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.Name Property#

The full name of GevIEEE1588Status

PLCamera.GevIEEE1588StatusEnum.Passive Property#

The port is in the Passive state. In this state, the port is not acting as the master port nor does it synchronize with a master port.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.PreMaster Property#

The port is in the PreMaster state. In this state, the port behaves as if it were in the MASTER state except that some messages will not be placed.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.Slave Property#

The port is in the Slave state. In this state, the port is synchronizing with the selected master port.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.Uncalibrated Property#

The port is in the Uncalibrated state. In this state, one or more master ports have been detected in the domain, the appropriate master port has been selected, and the local port is preparing to synchronize with the selected master port.

Applies to: GigE

PLCamera.GevIEEE1588StatusEnum.Undefined Property#

The port is in an undefined state.

Applies to: GigE