You are here: SwitchKit TCAP Interface User’s Guide > 3 SKIM Parameter Classes > SKIM_CallingPartyAddress / SKIM_CalledPartyAddress Class
SKIM_CallingPartyAddress / SKIM_CalledPartyAddress Class
Description
SKIM_ CallingPartyAddress / SKIM_CalledPartyAddress object supports the public methods that are explained in the following sections.
The following lists the methods available with the SKIM_ CallingPartyAddress / SKIM_CalledPartyAddress class.
Class SKIM_ CallingPartyAddress / SKIM_CalledPartyAddress
{
public:
Bool HasPointCode() const
SKIM_UINT GetPointCode() const
void
SetPointCode(const SKIM_UINT pc)
{
hasPC = true;
pointCode = pc;
}
Bool HasSSN() const
SKIM _OCTET GetSSN() const
Void SetSSN(const SKIM_OCTET sn)
Bool IsRoutedByPCSSN() const
Void SetRouteByPCSSN(const bool which)
Bool IsInternationalRouting() const
void
SetInternationalRouting(const bool which)
bool
HasGlobalTitle() const
int
SetGlobalTitle(const SKIM_OCTET type,
const SKIM_OCTET* gttInfo, const SKIM_USHORT gttLength)
int
GetGlobalTitle(SKIM_OCTET& type,
SKIM_OCTET* gttInfo, SKIM_USHORT& gttLength) const
};