C# Class Gurux.DLMS.GXDLMSLongTransaction

Long get or set information is saved here.
Show file Open project: Gurux/Gurux.DLMS.Net Class Usage Examples

Public Properties

Property Type Description
command Command
data GXByteBuffer
targets Gurux.DLMS.ValueEventArgs[]

Public Methods

Method Description
GXDLMSLongTransaction ( ValueEventArgs forTargets, Command forCommand, GXByteBuffer forData )

Constructor.

Method Details

GXDLMSLongTransaction() public method

Constructor.
public GXDLMSLongTransaction ( ValueEventArgs forTargets, Command forCommand, GXByteBuffer forData )
forTargets ValueEventArgs
forCommand Command
forData GXByteBuffer

Property Details

command public property

Executed command.
public Command command
return Command

data public property

Extra data from PDU.
public GXByteBuffer,Gurux.DLMS data
return GXByteBuffer

targets public property

Targets.
public ValueEventArgs[],Gurux.DLMS targets
return Gurux.DLMS.ValueEventArgs[]