PlcManagerPrimeTiDataIndication Method

[Missing <summary> documentation for "M:OddPrg.Communication.Plc.PlcManagerPrimeTi.DataIndication(System.Byte,System.Byte,System.UInt16,System.UInt16,System.UInt16,System.Byte[])"]

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.PlcPrimeTi (in OddPrg.Communication.PlcPrimeTi.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void DataIndication(
	byte DSAP,
	byte LSAP,
	ushort DestinationAddress,
	ushort SourceAddress,
	ushort length,
	byte[] data
)

Parameters

DSAP  Byte
 
LSAP  Byte
 
DestinationAddress  UInt16
 
SourceAddress  UInt16
 
length  UInt16
 
data  Byte
 

See Also