Class
Accessible
Camera.GigE.Transfer.PacketInterval.GetRange
Syntax
uEye.GigEPacketInterval.GetRange(out uEye.Types.Range<uint> range)
uEye.GigEPacketInterval.GetRange(out uint u32Min, out uint u32Max, out uint u32Inc)
Description
Returns the value range for the packet interval of image transfers in microseconds (µs).
Parameter
range |
Minimum: Returns the minimum value. |
Maximum: Returns the maximum value. |
|
Increment: Returns the increment. |
|
u32Min |
Returns the minimum value. |
u32Max |
Returns the maximum value. |
u32Inc |
Returns the increment. |