Class DevicesSection
- Namespace
- Meraki.Api.Sections.General.Devices
- Assembly
- Meraki.Api.dll
public class DevicesSection
- Inheritance
-
DevicesSection
- Inherited Members
-
Properties
CellularSims
public IDeviceCellularSims CellularSims { get; }
Property Value
- IDeviceCellularSims
Clients
public IDeviceClients Clients { get; }
Property Value
- IDeviceClients
LldpCdp
public IDeviceLldpCdp LldpCdp { get; }
Property Value
- IDeviceLldpCdp
LossAndLatencyHistory
public IDeviceLossAndLatencyHistory LossAndLatencyHistory { get; }
Property Value
- IDeviceLossAndLatencyHistory
ManagementInterface
public IDeviceManagementInterface ManagementInterface { get; }
Property Value
- IDeviceManagementInterface
SensorCommands
public IDeviceSensorCommands SensorCommands { get; }
Property Value
- IDeviceSensorCommands
Methods
BlinkDeviceLedsAsync(string, BlinkLeds, CancellationToken)
public Task<BlinkLeds> BlinkDeviceLedsAsync(string serial, BlinkLeds blinkLeds, CancellationToken cancellationToken = default)
Parameters
serial
string
blinkLeds
BlinkLeds
cancellationToken
CancellationToken
Returns
- Task<BlinkLeds>
GetDeviceAsync(string, CancellationToken)
public Task<Device> GetDeviceAsync(string serial, CancellationToken cancellationToken = default)
Parameters
serial
string
cancellationToken
CancellationToken
Returns
- Task<Device>
RebootDeviceAsync(string, CancellationToken)
public Task<ActionResponse> RebootDeviceAsync(string serial, CancellationToken cancellationToken = default)
Parameters
serial
string
cancellationToken
CancellationToken
Returns
- Task<ActionResponse>
UpdateDeviceAsync(string, Device, CancellationToken)
public Task<Device> UpdateDeviceAsync(string serial, Device device, CancellationToken cancellationToken = default)
Parameters
serial
string
device
Device
cancellationToken
CancellationToken
Returns
- Task<Device>