FX3ConnectionGetStreamDataPacketU16 Method |
This function does the same thing as GetBufferedStreamDataPacket()
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic ushort[] GetStreamDataPacketU16()
Public Function GetStreamDataPacketU16 As UShort()
public:
virtual array<unsigned short>^ GetStreamDataPacketU16() sealed
abstract GetStreamDataPacketU16 : unit -> uint16[]
override GetStreamDataPacketU16 : unit -> uint16[]
Return Value
Type:
UInt16The last buffer read from the DUT
Implements
IRegInterface.GetStreamDataPacketU16
See Also