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