Click or drag to resize

ElectromagneticPDUEventHandler Delegate

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Electromagnetic Emission PDU event handler.

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public delegate void ElectromagneticPDUEventHandler(
	Object Sender,
	ref disStructureElectromagneticEmissionPacket e
)

Parameters

Sender
Type: SystemObject
Sending object of this event.
e
Type: BSI.MACE.Network.DISdisStructureElectromagneticEmissionPacket
Structure passed.
See Also