Skip to content

PLCamera.BslPtpNetworkModeEnum Class#

Sets the mode for PTP network communication.

Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslPtpNetworkModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyHybrid

Hybrid network communication is enabled. This feature is non-standard. Certain messages are sent via unicast instead of multicast. This may reduce network load.

Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE

Public propertyMulticast

Multicast network communication is enabled.

Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE

Public propertyName The full name of BslPtpNetworkMode (Overrides ParameterListEnum.Name.)
Public propertyUnicast

Unicast network communication is enabled. Unicast messages are sent to specified IPv4 adresses.

Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE

 

Methods#

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

PLCamera.BslPtpNetworkModeEnum.ToString Method#

The full name of BslPtpNetworkMode

Return Value#

Type: String
Returns the full name of BslPtpNetworkMode

PLCamera.BslPtpNetworkModeEnum Constructor#

Initializes a new instance of the PLCamera.BslPtpNetworkModeEnum class

PLCamera.BslPtpNetworkModeEnum.Hybrid Property#

Hybrid network communication is enabled. This feature is non-standard. Certain messages are sent via unicast instead of multicast. This may reduce network load.

Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE

PLCamera.BslPtpNetworkModeEnum.Multicast Property#

Multicast network communication is enabled.

Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE

PLCamera.BslPtpNetworkModeEnum.Name Property#

The full name of BslPtpNetworkMode

PLCamera.BslPtpNetworkModeEnum.Unicast Property#

Unicast network communication is enabled. Unicast messages are sent to specified IPv4 adresses.

Applies to: ace 2 GigE, dart GigE, racer 2S 5GigE and racer 2S GigE