Table of Contents

Class Sim7672

Namespace
Iot.Device.AtModem.Modem
Assembly
Iot.Device.AtModem.dll

Represents a SIM7672 modem.

public class Sim7672 : ModemBase
Inheritance
Sim7672
Inherited Members

Constructors

Sim7672(AtChannel)

Initializes a new instance of the Sim7672 class.

public Sim7672(AtChannel channel)

Parameters

channel AtChannel

A channel to communicate with the modem.

Properties

FileStorage

Gets a IFileStorage object used to store files on the modem..

public override IFileStorage FileStorage { get; }

Property Value

IFileStorage

Gnss

Gets a GnssDevice object used to communicate with the network.

public override GnssBase Gnss { get; }

Property Value

GnssBase

HttpClient

Gets a HttpClient object used to communicate with the network.

public override HttpClient HttpClient { get; }

Property Value

HttpClient

MqttClient

Gets a IMqttClient object used to communicate with an MQTT broker.

public override IMqttClient MqttClient { get; }

Property Value

IMqttClient

Network

Gets a INetwork object used to communicate with the network.

public override INetwork Network { get; }

Property Value

INetwork