Initializes a new instance of the HeartbeatEventsArgs class

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public HeartbeatEventsArgs(
	Packet packet,
	HeartbeatType heartbeatType
)
Visual Basic (Declaration)
Public Sub New ( _
	packet As Packet, _
	heartbeatType As HeartbeatType _
)
Visual C++
public:
HeartbeatEventsArgs(
	Packet^ packet, 
	HeartbeatType heartbeatType
)

Parameters

packet
Type: Bespoke.Robotics.BrainStem..::.Packet

[Missing <param name="packet"/> documentation for "M:Bespoke.Robotics.BrainStem.HeartbeatEventsArgs.#ctor(Bespoke.Robotics.BrainStem.Packet,Bespoke.Robotics.BrainStem.HeartbeatType)"]

heartbeatType
Type: Bespoke.Robotics.BrainStem..::.HeartbeatType

[Missing <param name="heartbeatType"/> documentation for "M:Bespoke.Robotics.BrainStem.HeartbeatEventsArgs.#ctor(Bespoke.Robotics.BrainStem.Packet,Bespoke.Robotics.BrainStem.HeartbeatType)"]

See Also