154 PvResult Open(
const PvString &aInfo, uint16_t aLocalPort, uint16_t aChannel = 0,
const PvString & aLocalIpAddress =
PvString(), uint32_t aBuffersCapacity = 64 );
210 virtual PvStreamType
GetType()
const;
217 PvDataReceiverType GetDataReceiverType()
const;
238 bool GetWaitForFirstPacketOfBlockToStart()
const;
247 PvResult SetWaitForFirstPacketOfBlockToStart(
bool aWaitForFirstPacketOfBlockToStart );
254 uint16_t GetLocalPort()
const;
268 PvString GetMulticastIPAddress()
const;
275 PvString GetDeviceIPAddress()
const;
284 uint16_t GetSpecificLocalPort()
const;
293 uint32_t GetUserModeDataReceiverThreadPriority()
const;
315 PvResult SetUserModeDataReceiverThreadPriority( uint32_t aPriority );
332 PvResult GetUserModeSocketRxBufferSize( uint32_t &aBufferSize );
377 PvResult SetUserModeSocketRxBufferSize( uint32_t aSize );
406 PvResult SetUserModeRxPacketBufferSize( uint32_t aSize );
virtual PvStreamType GetType() const
Returns whether the object is a GigE Vision or USB3 Vision stream receiver.
Definition PvStream.cpp:206