Class Sim800
Represents a SIM800 modem.
public class Sim800 : ModemBase
- Inheritance
-
Sim800
- Inherited Members
Constructors
Sim800(AtChannel)
Initializes a new instance of the Sim800 class.
public Sim800(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
Network
Gets a INetwork object used to communicate with the network.
public override INetwork Network { get; }