|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Segmentation
| Field Summary | |
|---|---|
static byte |
_PARAMETER_CODE
|
| Method Summary | |
|---|---|
void |
decode(byte[] buffer)
|
byte[] |
encode()
|
byte |
getRemainingSegments()
Bits 4-1 of octet 1 are used to indicate the number of remaining segments. |
byte[] |
getSegmentationLocalRef()
|
boolean |
isClass1Selected()
Bit 7 of octet 1 is used to keep in the message in sequence delivery option required by the SCCP user and is coded as follows: |
boolean |
isFirstSegIndication()
Bit 8 of octet 1 is used for First segment indication and is coded as follows: 0: in all segments but the first; 1: first segment. |
void |
setClass1Selected(boolean class1Selected)
Bit 7 of octet 1 is used to keep in the message in sequence delivery option required by the SCCP user and is coded as follows: |
void |
setFirstSegIndication(boolean firstSegIndication)
Bit 8 of octet 1 is used for First segment indication and is coded as follows: 0: in all segments but the first; 1: first segment. true - in case first segment indication bit is equal to 1(first segment) false - in case segment indication is equal 0(in all segments but the first) |
void |
setRemainingSegments(byte remainingSegments)
Bits 4-1 of octet 1 are used to indicate the number of remaining segments. |
void |
setSegmentationLocalRef(byte[] segmentationLocalRef)
|
| Field Detail |
|---|
static final byte _PARAMETER_CODE
| Method Detail |
|---|
byte[] encode()
throws java.io.IOException
java.io.IOException
void decode(byte[] buffer)
throws java.io.IOException
java.io.IOExceptionboolean isFirstSegIndication()
void setFirstSegIndication(boolean firstSegIndication)
firstSegIndication - boolean isClass1Selected()
void setClass1Selected(boolean class1Selected)
byte getRemainingSegments()
void setRemainingSegments(byte remainingSegments)
remainingSegments - byte[] getSegmentationLocalRef()
void setSegmentationLocalRef(byte[] segmentationLocalRef)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||