WriteMask: See general protocol description in Section 5.1.
LocalID: (1) Used by higher-level functions to identify a specific LabJack.
PowerLevel: (0) Not implemented.
IPAddress: (192.168.1.209) The value returned by this parameter is the current IPAddress. If you write a new IPAddress, it
will not take effect until after a reset, so you will not immediately read back the new address.
Gateway: (192.168.1.1) Reset required for a change to take effect.
Subnet: (255.255.255.0) Reset required for a change to take effect.
PortA: (52360) Normal TCP/UDP port. Reset required for a change to take effect. Note that bit 5 of WriteMask affects PortA
and PortB.
PortB: (52361) Secondary TCP port. Reset required for a change to take effect. Only used to send stream data from the
UE9 to the host.
DHCPEnabled: (0) A value of 1 means that DHCP is enabled. Reset required for a change to take effect.
ProductID: (9) Fixed parameter identifies this LabJack as a UE9.
MACAddress: Fixed parameter. To determine the 4-byte serial number, add hex 10.0.0.0 to the lower 3 bytes of the MAC.
HWVersion: Fixed parameter specifies the version number of the electronics hardware. The lower byte is the integer
portion of the version and the higher byte is the fractional portion of the version.
CommFWVersion: Fixed parameter specifies the version number of the Comm firmware. A firmware upgrade will generally
cause this parameter to change. The lower byte is the integer portion of the version and the higher byte is the fractional
portion of the version.
5.2.2 - FlushBuffer
Resets the pointers to the stream buffer to make it empty. Often called before a stream, after a stream, or both.