IsoTpDatagramReceivedEventArgs Class¶
Event data raised by DatagramReceived after a full ISO-TP PDU (Single-Frame, or First-Frame + all Consecutive Frames) has been reassembled.
Inheritance Object → EventArgs → IsoTpDatagramReceivedEventArgs
Constructors¶
IsoTpDatagramReceivedEventArgs(IsoTpEndpoint, byte[]) Constructor¶
Creates a new event args instance.
Parameters¶
endpoint IsoTpEndpoint
Properties¶
IsoTpDatagramReceivedEventArgs.Data Property¶
The reassembled PDU bytes. The array is owned by the channel and callers must not mutate it; it is safe to keep a reference until the next event or PDU dequeue.
Property Value¶
IsoTpDatagramReceivedEventArgs.Endpoint Property¶
The endpoint that produced this PDU (matches Endpoint).