Table of Contents

Class Sim800

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

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 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

Network

Gets a INetwork object used to communicate with the network.

public override INetwork Network { get; }

Property Value

INetwork