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

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

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

Свойство Тип Описание
attributeDescriptor GXByteBuffer
blockIndex System.UInt16
command Command
count int
data GXByteBuffer
multipleBlocks bool
requestType byte
settings GXDLMSSettings
time System.DateTime

Приватные методы

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

Constructor.

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

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

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

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

Block index.
public UInt16,System blockIndex
Результат System.UInt16

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

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

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

Item Count.
public int count
Результат int

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

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

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

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

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