PLStream.TransmissionTypeEnum Class#
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#
Name | Description | |
---|---|---|
PLStream.TransmissionTypeEnum | Initializes a new instance of the PLStream.TransmissionTypeEnum class |
Properties#
Name | Description | |
---|---|---|
LimitedBroadcast | The stream data is sent to all devices in the local area network (255.255.255.255). Applies to: GigE | |
Multicast | 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 | |
Name | The full name of TransmissionType (Overrides ParameterListEnum.Name.) | |
SubnetDirectedBroadcast | 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 | |
Unicast | The stream data is sent to a single device in the local network. Applies to: GigE and blaze | |
UseCameraConfig | 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#
Name | Description | |
---|---|---|
ToString | 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