Metratec devices library 3.1.1.0
Public Member Functions | Properties | List of all members
MetraTecDevices.StatusEventArgs Class Reference

Status event arguments. More...

Inheritance diagram for MetraTecDevices.StatusEventArgs:

Public Member Functions

 StatusEventArgs (int status, string message, DateTime timestamp)
 Status event.
 

Properties

int Status [get]
 The new status.
 
string Message [get]
 The new status message.
 
DateTime Timestamp [get]
 The change timestamp.
 

Detailed Description

Status event arguments.

Constructor & Destructor Documentation

◆ StatusEventArgs()

MetraTecDevices.StatusEventArgs.StatusEventArgs ( int  status,
string  message,
DateTime  timestamp 
)

Status event.

Parameters
statusThe status as integer
messageThe status message
timestampThe change timestamp

Property Documentation

◆ Message

string MetraTecDevices.StatusEventArgs.Message
get

The new status message.

◆ Status

int MetraTecDevices.StatusEventArgs.Status
get

The new status.

◆ Timestamp

DateTime MetraTecDevices.StatusEventArgs.Timestamp
get

The change timestamp.


The documentation for this class was generated from the following file: