Click or drag to resize

ICommLink Interface

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

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

Defines the general interface for the definition of various communication links between platforms

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public interface ICommLink

The ICommLink type exposes the following members.

Properties
  NameDescription
Public propertyDestinationPlatform
Identifies a single IPlatform interface for the platform receiving the communications.
Public propertyQuality
Provides an indication of the quality of the communications channel as a value from 0 to 1.0.
Public propertyRelationship
Returns the type of relationship from the source to the destination.
Public propertySourcePlatform
Identifies the source IPlatform interface for the platform initiating the communciations.
Public propertyType
Returns the basic communications type.
Top
Methods
  NameDescription
Public methodSend
Send the specified command or data to the DestinationPlatform.
Public methodUpdate
Perform object maintenance.
Top
Remarks
Initially intended to support EOB, likely to be extended to support our TDL and other radio implementations
See Also