sdes_add_entry
Description:
public bool sdes_add_entry (
SDESType type,
uint8[] data)
Add a new SDES entry to the current item in this.
Parameters:
this |
a valid SDES Packet
|
type |
the SDESType of the SDES entry
|
data |
the data
|
len |
the data length
|
Returns:
true if the item could be added, false if the MTU has been reached.
|