ContactProfileLinkChannel Class

Definition

Contact Profile Link Channel.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileLinkChannelTypeConverter))]
public class ContactProfileLinkChannel : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileLinkChannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileLinkChannelTypeConverter))>]
type ContactProfileLinkChannel = class
    interface IContactProfileLinkChannel
    interface IJsonSerializable
Public Class ContactProfileLinkChannel
Implements IContactProfileLinkChannel
Inheritance
ContactProfileLinkChannel
Attributes
Implements

Constructors

Name Description
ContactProfileLinkChannel()

Creates an new ContactProfileLinkChannel instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContactProfileLinkChannel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactProfileLinkChannel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileLinkChannel.

FromJsonString(String)

Creates a new instance of ContactProfileLinkChannel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactProfileLinkChannel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to