Table of Contents

Struct Mcp7940n.PowerEvent

Namespace
Iot.Device.Mcp7940xx
Assembly
Iot.Device.Mcp7940xx.dll

Represents a power event on a Mcp7940xx series device.

public struct Mcp7940n.PowerEvent

Properties

Day

Gets the day-of-the-month the event occurred on.

public readonly byte Day { get; }

Property Value

byte

DayOfWeek

Gets the day-of-the-week the event occurred on.

public readonly DayOfWeek DayOfWeek { get; }

Property Value

DayOfWeek

Hour

Gets the hour the event occurred on.

public readonly byte Hour { get; }

Property Value

byte

Minute

Gets the minute the event occurred on.

public readonly byte Minute { get; }

Property Value

byte

Month

Gets the month the event occurred on.

public readonly byte Month { get; }

Property Value

byte