disStructureSignalPacket Structure |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:BSI.MACE.Network.DIS.disStructureSignalPacket"]
Namespace: BSI.MACE.Network.DIS
The disStructureSignalPacket type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| dataLength |
Number of Bits in of audio or digital data or 96 if this message is database index data.
| |
| encodingScheme |
Data compression or other encoding scheme.
| |
| entityID |
Signal source entity identifier.
| |
| pduHeader |
Standard header.
| |
| radioID |
Identifier of the radio within the source entity.
| |
| sampleRate |
Samples per second rate for audio or bits per second for data.
| |
| samples |
The number of samples of audio data.
| |
| signalData |
The audio, digital or index related data. Length of valid data in this field is the dataLength.
| |
| tdlType |
Tactical Data Link type of this message or 0 for not a TDL.
|