VeriStand .NET API Reference

IUDPChannelStreamSession Members

The IUDPChannelStreamSession type exposes the following members.

NameDescription
DeployUDPChannelStreamSession Deploys the UDP Channel Stream session. The VeriStand Gateway publishes the channels specified by this session to a UDP multicast address.
UndeployUDPChannelStreamSession Undeploys a UDP channel streaming session and instructs the VeriStand Gateway to stop publishing UDP data.
Note:

If a client has a request open for a channel, the VeriStand Gateway continues to publish data even after this method executes.

Properties

NameDescription
ByteOrder Gets or sets a value indicating the byte order for the UDP data
ClientPort Gets or sets a value indicating the port on the client to which to stream the UDP data. This value is ignored if Multicast is true.
MaxRate Gets or sets a value indicating the maximum rate at which to stream UDP data. The actual stream rate will be coerced to an even divisor of the individual target rates in the system definition.
Multicast Gets or sets a value indicating whether to broadcast the UDP data to a multicast address. If this value is false, the UDP data will be sent directly to the client address that deploys the UDP stream session.

See Also

Log in to get a better experience