Click or drag to resize

Options Structure

Static settings collection

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public struct Options

The Options type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEnableHeartbeat
Enable the Heartbeat feature. Default: true
Public propertyStatic memberHeartbeatMilliseconds
Time between heartbeatpackets in milliseconds. Default: 60000
Public propertyStatic memberMaximumPacketSize
Sets the maximum packet size. Default: 65007 (65000 + 7 PacketHeadSize)
Public propertyStatic memberPacketHeadSize
Sets the packet head size. Default: 7
Top
See Also