Motorola CA50 Developer & User Manual page 329

Table of Contents

Advertisement

NotifDest Class Members
NotifDest Class Members
Table 11-8
Class Member
sDestID
eDestType
eMRSType
Destination ID: UserID, IP address and group. This works with
DestinationType. If eDestType is User, this param should be set to the
UserID of the person to which the message is sent. If eDestType is group,
this parameter is set to the (where the message is sent) group name.
Destination Type. For example: User, IP address, etc. Use emun DestTypes
as follows:
public enum DestTypes
{
Role
Group
User
DeviceID,
DeviceIPAddr,
WTChannel,
All
}
public class DynamicNotifParams
{
public DynamicNotifParams(){}
string Text,
string tone,
string VisibleIndicator,
string VibrateIndicator,
string AdditionalAttribs,
string rskey,
string lskey
{
Type of Media Relay Service to use. IPBLUE_MRS for IP Blue Media Relay
Service, CA50_MRS for internal purpose, OTHER_MRS is currently not
supported. Use the CA50_MRS when the message length is longer than 140
characters.
public enum MRSType {
CA50_MRS,
IPBLUE_MRS,
OTHER_MRS,
}
UCA Server Optional APIs 11 - 27
Description

Advertisement

Table of Contents
loading

Table of Contents