Click or drag to resize

IDISNetworkConfiguration Interface

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

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

[Missing <summary> documentation for "T:BSI.MACE.Network.DIS.IDISNetworkConfiguration"]

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public interface IDISNetworkConfiguration : INotifyPropertyChanged

The IDISNetworkConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyApplicationID
Represents the DIS Application ID for this active instance of of MACE.
Public propertyExerciseID
Represents the DIS Exercise ID that this instance of MACE is participating in.
Public propertyIsEnabled
Used to enable or disable the DIS interface
Public propertyProtocolVersion
Indicates the protocol version of DIS being used by this instance of MACE
Public propertySiteID
Represents the DIS Site ID for the site running this instance of MACE.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
See Also