public interface SccpMessage
| Modifier and Type | Method and Description |
|---|---|
SccpAddress |
getCalledPartyAddress() |
SccpAddress |
getCallingPartyAddress() |
int |
getType()
The message type code consists of a one octet field and is mandatory for
all messages.
|
void |
setCalledPartyAddress(SccpAddress v) |
void |
setCallingPartyAddress(SccpAddress v) |
int getType()
SccpAddress getCalledPartyAddress()
SccpAddress getCallingPartyAddress()
void setCalledPartyAddress(SccpAddress v)
void setCallingPartyAddress(SccpAddress v)
Copyright © 2011. All Rights Reserved.