Click or drag to resize

IDISNetworkSendSetDataPDU Method (disStructureDataFixedDatumUInt32Packet)

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

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

Sends the provided Set Data 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 SendSetDataPDU(
	disStructureDataFixedDatumUInt32Packet pdu
)

Parameters

pdu
Type: BSI.MACE.Network.DISdisStructureDataFixedDatumUInt32Packet
The structure containing the Set Data pdu.

Return Value

Type: Boolean
True if the packet was sent onto the network, False if not.
See Also