![]() |
Standalone SDK API Doc
V1.0.4
|
Functions | |
VARIANT_BOOL | GetBellSchDataEx (LONG dwMachineNumber, LONG weekDay, LONG Index, LONG *Enable, LONG *hour, LONG *min, LONG *voice, LONG *way, LONG *InerBellDelay, LONG *ExtBellDelay) |
VARIANT_BOOL | SetBellSchDataEx (LONG dwMachineNumber, LONG weekDay, LONG Index, LONG Enable, LONG hour, LONG min, LONG voice, LONG way, LONG InerBellDelay, LONG ExtBellDelay) |
VARIANT_BOOL | GetDayBellSchCount (LONG dwMachineNumber, LONG *DayBellCnt) |
VARIANT_BOOL | GetMaxBellIDInBellSchData (LONG dwMachineNumber, LONG *MaxBellID) |
VARIANT_BOOL | ReadAllBellSchData (LONG dwMachineNumber) |
VARIANT_BOOL | GetEachBellInfo (LONG dwMachineNumber, LONG *weekDay, LONG *Index, LONG *Enable, LONG *hour, LONG *min, LONG *voice, LONG *way, LONG *InerBellDelay, LONG *ExtBellDelay) |
VARIANT_BOOL GetBellSchDataEx | ( | LONG | dwMachineNumber, |
LONG | weekDay, | ||
LONG | Index, | ||
LONG * | Enable, | ||
LONG * | hour, | ||
LONG * | min, | ||
LONG * | voice, | ||
LONG * | way, | ||
LONG * | InerBellDelay, | ||
LONG * | ExtBellDelay | ||
) |
To query bell settings based on the specified weekday and bell index.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL SetBellSchDataEx | ( | LONG | dwMachineNumber, |
LONG | weekDay, | ||
LONG | Index, | ||
LONG | Enable, | ||
LONG | hour, | ||
LONG | min, | ||
LONG | voice, | ||
LONG | way, | ||
LONG | InerBellDelay, | ||
LONG | ExtBellDelay | ||
) |
To set bell information.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL GetDayBellSchCount | ( | LONG | dwMachineNumber, |
LONG * | DayBellCnt | ||
) |
To query the number of bells that are set on the machine.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL GetMaxBellIDInBellSchData | ( | LONG | dwMachineNumber, |
LONG * | MaxBellID | ||
) |
To obtain the maximum bell index among all bells.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL ReadAllBellSchData | ( | LONG | dwMachineNumber | ) |
To read the information about all bells to the SDK memory.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL GetEachBellInfo | ( | LONG | dwMachineNumber, |
LONG * | weekDay, | ||
LONG * | Index, | ||
LONG * | Enable, | ||
LONG * | hour, | ||
LONG * | min, | ||
LONG * | voice, | ||
LONG * | way, | ||
LONG * | InerBellDelay, | ||
LONG * | ExtBellDelay | ||
) |
To read bell information records from the SDK memory one by one.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |