OrbitalContactProfileLinkChannel Class
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.
Contact Profile Link Channel.
public class OrbitalContactProfileLinkChannel : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Orbital.Models.OrbitalContactProfileLinkChannel>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Orbital.Models.OrbitalContactProfileLinkChannel>
public class OrbitalContactProfileLinkChannel
type OrbitalContactProfileLinkChannel = class
interface IJsonModel<OrbitalContactProfileLinkChannel>
interface IPersistableModel<OrbitalContactProfileLinkChannel>
type OrbitalContactProfileLinkChannel = class
Public Class OrbitalContactProfileLinkChannel
Implements IJsonModel(Of OrbitalContactProfileLinkChannel), IPersistableModel(Of OrbitalContactProfileLinkChannel)
Public Class OrbitalContactProfileLinkChannel
- Inheritance
-
OrbitalContactProfileLinkChannel
- Implements
Constructors
OrbitalContactProfileLinkChannel(String, Single, Single, OrbitalContactEndpoint) |
Initializes a new instance of OrbitalContactProfileLinkChannel. |
Properties
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. |
EndPoint |
Customer End point to store/retrieve data during a contact. |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OrbitalContactProfileLinkChannel>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OrbitalContactProfileLinkChannel>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OrbitalContactProfileLinkChannel>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OrbitalContactProfileLinkChannel>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OrbitalContactProfileLinkChannel>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |