|
PacketBase Constructor
|
Initializes a new instance of the packet.
Namespace: GSF.Historian.PacketsAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax protected PacketBase(
short packetID
)
Protected Sub New (
packetID As Short
)
protected:
PacketBase(
short packetID
)
new :
packetID : int16 -> PacketBase
GSF.Historian.Packets.PacketBase = function(packetID);
View SourceParameters
- packetID Int16
- Numeric identifier for the packet type.
See Also