dk.i1.sctp
Class SCTPNotificationAdaptationIndication

java.lang.Object
  extended by dk.i1.sctp.SCTPChunk
      extended by dk.i1.sctp.SCTPNotification
          extended by dk.i1.sctp.SCTPNotificationAdaptationIndication

public class SCTPNotificationAdaptationIndication
extends SCTPNotification


Nested Class Summary
 
Nested classes/interfaces inherited from class dk.i1.sctp.SCTPNotification
SCTPNotification.Type
 
Field Summary
 int sai_adaptation_ind
          The 32-bit array (in network order) of the adaptation layer indication
 AssociationId sai_assoc_id
          The association that sent the adaptation notification
 
Fields inherited from class dk.i1.sctp.SCTPNotification
flags, type
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sai_adaptation_ind

public final int sai_adaptation_ind
The 32-bit array (in network order) of the adaptation layer indication


sai_assoc_id

public final AssociationId sai_assoc_id
The association that sent the adaptation notification