SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Plc
Listener
Data
Indication Method
Called when some data was received from a PLC channel.
Definition
Namespace:
OddPrg.Communication.Plc
Assembly:
OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
Copy
public
void
DataIndication
(
byte
processID
,
byte
[]
data
)
Parameters
processID
Byte
0 - DCU, 1 = request incoming to DLMS server
data
Byte
Implements
IPlcHeadEnd
DataIndication(Byte,
Byte
)
See Also
Reference
PlcListener Class
OddPrg.Communication.Plc Namespace
In This Article
Definition
Parameters
Implements
See Also