| IDISNetworkSendElectromagneticEmissionPDU Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Sends the provided Electromagnetic Emission PDU onto the MACE DIS network.
Namespace:
BSI.MACE.Network.DIS
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax bool SendElectromagneticEmissionPDU(
disStructureElectromagneticEmissionPacket pdu
)
Function SendElectromagneticEmissionPDU (
pdu As disStructureElectromagneticEmissionPacket
) As Boolean
Parameters
- pdu
- Type: BSI.MACE.Network.DISdisStructureElectromagneticEmissionPacket
The structure containing the electromagnetic emission pdu data.
Return Value
Type:
BooleanTrue if the packet was sent onto the network, False if not.
See Also