Table of Contents

Advertisement

External Interface Manual
5.2.2

ApplyOne

DLL format:
WORD DCNAPI_ApplyOne
(
WORD
LPCSTR LastName,
LPCSTR ScreenLine,
LPCSTR SeatNumber,
LPCSTR GroupName,
LPCSTR DisplayLanguage,
LONG
LONG
BOOL
BOOL
BOOL
WORD
);
To allow higher voting weights (as in the database application) an extended version of the original call is
provided:
WORD DCNAPI_ApplyOneEx
(
WORD
LPCSTR LastName,
LPCSTR ScreenLine,
LPCSTR SeatNumber,
LPCSTR GroupName,
LPCSTR DisplayLanguage,
LONG
LONG
BOOL
BOOL
BOOL
DWORD
);
OLE automation server format:
long ApplyOne
(
short
LPCSTR LastName,
LPCSTR ScreenLine,
LPCSTR SeatNumber,
LPCSTR GroupName,
LPCSTR DisplayLanguage,
long
long
short
short
short
long
);
Inputs:
DelegateId
LastName
ScreenLine
SeatNumber
Bosch Security Systems B.V. | 2004 April | External Interface Manual
DelegateId,
CardCode,
PinCode,
VoteAuthorization,
MicroAuthorization,
IntercomAuthorization,
VotingWeight
DelegateId,
CardCode,
PinCode,
VoteAuthorization,
MicroAuthorization,
IntercomAuthorization,
VotingWeight
DelegateId,
CardCode,
PinCode,
VoteAuthorization,
MicroAuthorization,
IntercomAuthorization,
VotingWeight
A number in the range 1-1000 (single CCU) or 1-1500 (multi-
CCU) that identifies the delegate in the delegate database.
Each delegate has a unique ID-number.
Last name of the delegate. 40 characters maximum.
Text of 33 characters which identifies the delegate as text. Can
be generated by either the DB application or using DCNAPI.
Default seat number for this delegate. The number is checked
for validity. 4 characters, only digits and upper case characters
A-Z are allowed.
en | 24

Advertisement

Table of Contents
loading

Table of Contents