PagerId Property

The identifying number of the pager to send a Message to.

Syntax

ANSI (Cross Platform)
char* GetPagerId();
int SetPagerId(const char* lpszPagerId); Unicode (Windows) LPWSTR GetPagerId();
INT SetPagerId(LPCWSTR lpszPagerId);
@property (nonatomic,readwrite,assign,getter=pagerId,setter=setPagerId:) NSString* pagerId;
- (NSString*)pagerId;
- (void)setPagerId:(NSString*)newPagerId;
#define PID_SNPP_PAGERID 14

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SNPP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_SNPP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property contains the identifying number of the pager to send a Message to. Additional information such as a password or a PIN may be appended to this property depending upon server requirements.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]