C# Класс Gurux.DLMS.GXDLMSLNParameters

LN Parameters
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
attributeDescriptor GXByteBuffer
blockIndex uint
command Command
data GXByteBuffer
lastBlock bool
multipleBlocks bool
requestType byte
settings GXDLMSSettings
status byte
time GXDateTime

Открытые методы

Метод Описание
GXDLMSLNParameters ( GXDLMSSettings forSettings, Command forCommand, byte forCommandType, GXByteBuffer forAttributeDescriptor, GXByteBuffer forData, byte forStatus ) : System

Constructor.

Описание методов

GXDLMSLNParameters() публичный Метод

Constructor.
public GXDLMSLNParameters ( GXDLMSSettings forSettings, Command forCommand, byte forCommandType, GXByteBuffer forAttributeDescriptor, GXByteBuffer forData, byte forStatus ) : System
forSettings GXDLMSSettings DLMS settings.
forCommand Command Command.
forCommandType byte Command type.
forAttributeDescriptor GXByteBuffer Attribute descriptor,
forData GXByteBuffer Data,
forStatus byte
Результат System

Описание свойств

attributeDescriptor публичное свойство

Attribute descriptor.
public GXByteBuffer,Gurux.DLMS attributeDescriptor
Результат GXByteBuffer

blockIndex публичное свойство

Block index.
public uint blockIndex
Результат uint

command публичное свойство

DLMS Command.
public Command command
Результат Command

data публичное свойство

Data.
public GXByteBuffer,Gurux.DLMS data
Результат GXByteBuffer

lastBlock публичное свойство

Is this last block in send.
public bool lastBlock
Результат bool

multipleBlocks публичное свойство

Are there more data to send or more data to receive.
public bool multipleBlocks
Результат bool

requestType публичное свойство

Request type.
public byte requestType
Результат byte

settings публичное свойство

DLMS settings.
public GXDLMSSettings,Gurux.DLMS settings
Результат GXDLMSSettings

status публичное свойство

Reply status.
public byte status
Результат byte

time публичное свойство

Send date and time. This is used in Data notification messages.
public GXDateTime,Gurux.DLMS time
Результат GXDateTime