Class Sim7672
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
AtChannelA 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
Gnss
Gets a GnssDevice object used to communicate with the network.
public override GnssBase Gnss { get; }
Property Value
HttpClient
Gets a HttpClient object used to communicate with the network.
public override HttpClient HttpClient { get; }
Property Value
MqttClient
Gets a IMqttClient object used to communicate with an MQTT broker.
public override IMqttClient MqttClient { get; }
Property Value
Network
Gets a INetwork object used to communicate with the network.
public override INetwork Network { get; }