Skip to content

PLStream.TransmissionTypeEnum Class#

Sets how stream data is transferred within the network. The stream grabber can send the stream data to one specific device or to multiple devices in the network.

Applies to: GigE and blaze

Visibility: Expert

Selecting Parameters: DestinationAddr, DestinationPort

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLStream.TransmissionTypeEnum

Constructors#

 NameDescription
Public methodPLStream.TransmissionTypeEnum Initializes a new instance of the PLStream.TransmissionTypeEnum class
 

Properties#

 NameDescription
Public propertyLimitedBroadcast

The stream data is sent to all devices in the local area network (255.255.255.255).

Applies to: GigE

Public propertyMulticast

The stream data is sent to selected devices in the local network. The Destination IP Address parameter must be set to a multicast group address (224.0.0.0 to 239.255.255.255). Some addresses in this range are reserved. If you are unsure, use an address between 239.255.0.0 and 239.255.255.255. This range is assigned by RFC 2365 as a locally administered address space.

Applies to: GigE

Public propertyName The full name of TransmissionType (Overrides ParameterListEnum.Name.)
Public propertySubnetDirectedBroadcast

The stream data is sent to all devices in the same subnet as the camera. The subnet broadcast address is obtained by performing a bitwise OR operation between the camera's IP address (Destination IP Address parameter) and the bit complement of the subnet mask.

Applies to: GigE

Public propertyUnicast

The stream data is sent to a single device in the local network.

Applies to: GigE and blaze

Public propertyUseCameraConfig

The stream transmission configuration is read from the camera. Use this option only if you want to set up a monitoring application.

Applies to: GigE and blaze

 

Methods#

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

PLStream.TransmissionTypeEnum.ToString Method#

The full name of TransmissionType

Return Value#

Type: String
Returns the full name of TransmissionType

PLStream.TransmissionTypeEnum Constructor#

Initializes a new instance of the PLStream.TransmissionTypeEnum class

PLStream.TransmissionTypeEnum.LimitedBroadcast Property#

The stream data is sent to all devices in the local area network (255.255.255.255).

Applies to: GigE

PLStream.TransmissionTypeEnum.Multicast Property#

The stream data is sent to selected devices in the local network. The Destination IP Address parameter must be set to a multicast group address (224.0.0.0 to 239.255.255.255). Some addresses in this range are reserved. If you are unsure, use an address between 239.255.0.0 and 239.255.255.255. This range is assigned by RFC 2365 as a locally administered address space.

Applies to: GigE

PLStream.TransmissionTypeEnum.Name Property#

The full name of TransmissionType

PLStream.TransmissionTypeEnum.SubnetDirectedBroadcast Property#

The stream data is sent to all devices in the same subnet as the camera. The subnet broadcast address is obtained by performing a bitwise OR operation between the camera's IP address (Destination IP Address parameter) and the bit complement of the subnet mask.

Applies to: GigE

PLStream.TransmissionTypeEnum.Unicast Property#

The stream data is sent to a single device in the local network.

Applies to: GigE and blaze

PLStream.TransmissionTypeEnum.UseCameraConfig Property#

The stream transmission configuration is read from the camera. Use this option only if you want to set up a monitoring application.

Applies to: GigE and blaze