VeriStand .NET API Reference

IUDPChannelStreamSession.ByteOrder Property

Gets or sets a value indicating the byte order for the UDP data

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Property ByteOrder As ByteOrder
C#
ByteOrder ByteOrder { get; set; }
Visual C++
property ByteOrder ByteOrder {
	ByteOrder get ();
	void set (ByteOrder value);
}

See Also

Log in to get a better experience