Click or drag to resize

disStructureSignalPacket Structure

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.disStructureSignalPacket"]

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public struct disStructureSignalPacket

The disStructureSignalPacket type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fielddataLength
Number of Bits in of audio or digital data or 96 if this message is database index data.
Public fieldencodingScheme
Data compression or other encoding scheme.
Public fieldentityID
Signal source entity identifier.
Public fieldpduHeader
Standard header.
Public fieldradioID
Identifier of the radio within the source entity.
Public fieldsampleRate
Samples per second rate for audio or bits per second for data.
Public fieldsamples
The number of samples of audio data.
Public fieldsignalData
The audio, digital or index related data. Length of valid data in this field is the dataLength.
Public fieldtdlType
Tactical Data Link type of this message or 0 for not a TDL.
Top
See Also