C# Class Gurux.DLMS.GXDLMSSNParameters

SN Parameters
Mostra file Open project: Gurux/Gurux.DLMS.Net Class Usage Examples

Public Properties

Property Type Description
attributeDescriptor GXByteBuffer
blockIndex System.UInt16
command Command
count int
data GXByteBuffer
multipleBlocks bool
requestType byte
settings GXDLMSSettings
time System.DateTime

Private Methods

Method Description
GXDLMSSNParameters ( GXDLMSSettings forSettings, Command forCommand, int forCount, byte forCommandType, GXByteBuffer forAttributeDescriptor, GXByteBuffer forData ) : System

Constructor.

Property Details

attributeDescriptor public_oe property

Attribute descriptor.
public GXByteBuffer,Gurux.DLMS attributeDescriptor
return GXByteBuffer

blockIndex public_oe property

Block index.
public UInt16,System blockIndex
return System.UInt16

command public_oe property

DLMS Command.
public Command command
return Command

count public_oe property

Item Count.
public int count
return int

data public_oe property

Data.
public GXByteBuffer,Gurux.DLMS data
return GXByteBuffer

multipleBlocks public_oe property

Are there more data to send or more data to receive.
public bool multipleBlocks
return bool

requestType public_oe property

Request type.
public byte requestType
return byte

settings public_oe property

DLMS settings.
public GXDLMSSettings,Gurux.DLMS settings
return GXDLMSSettings

time public_oe property

Send date and time. This is used in Data notification messages.
public DateTime,System time
return System.DateTime