Click or drag to resize

PacketBase Constructor

Initializes a new instance of the packet.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected PacketBase(
	short packetID
)
View Source

Parameters

packetID  Int16
Numeric identifier for the packet type.
See Also