IContactProfileLinkChannel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileLinkChannelTypeConverter))]
public interface IContactProfileLinkChannel : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileLinkChannelTypeConverter))>]
type IContactProfileLinkChannel = interface
interface IJsonSerializable
Public Interface IContactProfileLinkChannel
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BandwidthMHz |
Bandwidth in MHz. |
| CenterFrequencyMHz |
Center Frequency in MHz. |
| DecodingConfiguration |
Currently unused. |
| DemodulationConfiguration |
Copy of the modem configuration file such as Kratos QRadio or Kratos QuantumRx. Only valid for downlink directions. If provided, the modem connects to the customer endpoint and sends demodulated data instead of a VITA.49 stream. |
| EncodingConfiguration |
Currently unused. |
| EndPointIPAddress |
IP Address (IPv4). |
| EndPointName |
Name of an end point. |
| EndPointPort |
TCP port to listen on to receive data. |
| EndPointProtocol |
Protocol either UDP or TCP. |
| ModulationConfiguration |
Copy of the modem configuration file such as Kratos QRadio. Only valid for uplink directions. If provided, the modem connects to the customer endpoint and accepts commands from the customer instead of a VITA.49 stream. |
| Name |
Channel name. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |