Table of Contents

Constructor GetTrendDataMessage

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

GetTrendDataMessage()

Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.

public GetTrendDataMessage()

GetTrendDataMessage(int, int, int)

Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.

public GetTrendDataMessage(int dmaid, int eid, int pid)

Parameters

dmaid int

The DataMiner Agent ID.

eid int

The element ID.

pid int

The parameter ID.

GetTrendDataMessage(int, int, int, string)

Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.

public GetTrendDataMessage(int dmaid, int eid, int pid, string key)

Parameters

dmaid int

The DataMiner Agent ID.

eid int

The element ID.

pid int

The parameter ID.

key string

The key of the row.

GetTrendDataMessage(int, int, int, string, bool)

Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.

public GetTrendDataMessage(int dmaid, int eid, int pid, string key, bool raw)

Parameters

dmaid int

The DataMiner Agent ID.

eid int

The element ID.

pid int

The parameter ID.

key string

The key of the row.

raw bool

Indicates whether raw data should be returned.

GetTrendDataMessage(int, int, int, string, bool, bool)

Initializes a new instance of the GetTrendDataMessage class representing a message to request trend data from a DataMiner Agent.

public GetTrendDataMessage(int dmaid, int eid, int pid, string key, bool raw, bool dateTimeUTC)

Parameters

dmaid int

The DataMiner Agent ID.

eid int

The element ID.

pid int

The parameter ID.

key string

The key of the row.

raw bool

Indicates whether raw data should be returned.

dateTimeUTC bool

Indicates whether UTC timestamps are used.