RpdoReceivedEventArgs Class¶
Argument type for the RpdoReceived event: an RPDO whose mapping the local node knows
about was received, unpacked and applied to the local Object Dictionary.
Inheritance Object → EventArgs → RpdoReceivedEventArgs
Constructors¶
RpdoReceivedEventArgs(int, uint, byte[]) Constructor¶
Constructs a new event.
Parameters¶
pdoIndex Int32
cobId UInt32
Properties¶
RpdoReceivedEventArgs.CobId Property¶
Raw 11-bit COB-ID the frame arrived on.
Property Value¶
RpdoReceivedEventArgs.Payload Property¶
The full incoming RPDO payload (0..8 bytes).
Property Value¶
RpdoReceivedEventArgs.PdoIndex Property¶
RPDO index (1..4).