public interface XUnitDataService extends SccpMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
HopCounter |
getHopCounter()
Gets the hop counter parameter.
|
Importance |
getImportance()
Gets the current value of the parameter
|
ProtocolClass |
getProtocolClass() |
ReturnCause |
getReturnCause()
Return cause of this data unit.
|
Segmentation |
getSegmentation()
Gets the segmetation parameter.
|
void |
setData(byte[] data) |
void |
setImportance(Importance p)
Modifies importance parameter.
|
void |
setReturnCause(ReturnCause rc) |
void |
setSegmentation(Segmentation p)
Modify segmentation parameter.
|
getCalledPartyAddress, getCallingPartyAddress, getType, setCalledPartyAddress, setCallingPartyAddressstatic final int MESSAGE_TYPE
HopCounter getHopCounter()
ReturnCause getReturnCause()
void setReturnCause(ReturnCause rc)
void setImportance(Importance p)
p - the new value of the parameter.Importance getImportance()
void setSegmentation(Segmentation p)
p - new value of the parameter.Segmentation getSegmentation()
byte[] getData()
void setData(byte[] data)
ProtocolClass getProtocolClass()
Copyright © 2011. All Rights Reserved.