![]() |
Standalone SDK API Doc
V1.0.4
|
Functions | |
VARIANT_BOOL | SetSMS (LONG dwMachineNumber, LONG ID, LONG Tag, LONG ValidMinutes, BSTR StartTime, BSTR Content) |
VARIANT_BOOL | SetUserSMS (LONG dwMachineNumber, LONG dwEnrollNumber, LONG SMSID) |
VARIANT_BOOL | SSR_SetUserSMS (LONG dwMachineNumber, BSTR dwEnrollNumber, LONG SMSID) |
VARIANT_BOOL | GetSMS (LONG dwMachineNumber, LONG ID, LONG *Tag, LONG *ValidMinutes, BSTR *StartTime, BSTR *Content) |
VARIANT_BOOL | DeleteSMS (LONG dwMachineNumber, LONG ID) |
VARIANT_BOOL | DeleteUserSMS (LONG dwMachineNumber, LONG dwEnrollNumber, LONG SMSID) |
VARIANT_BOOL | SSR_DeleteUserSMS (LONG dwMachineNumber, BSTR dwEnrollNumber, LONG SMSID) |
VARIANT_BOOL | ClearUserSMS (LONG dwMachineNumber) |
VARIANT_BOOL | ClearSMS (LONG dwMachineNumber) |
VARIANT_BOOL SetSMS | ( | LONG | dwMachineNumber, |
LONG | ID, | ||
LONG | Tag, | ||
LONG | ValidMinutes, | ||
BSTR | StartTime, | ||
BSTR | Content | ||
) |
To add a short message to the machine. To set the short message for a user, invoke SetUserSMS to assign the short message to the user.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL SetUserSMS | ( | LONG | dwMachineNumber, |
LONG | dwEnrollNumber, | ||
LONG | SMSID | ||
) |
To set the short message of a user. Specifically, this function is used to assign a short message with a specific ID to a user.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL SSR_SetUserSMS | ( | LONG | dwMachineNumber, |
BSTR | dwEnrollNumber, | ||
LONG | SMSID | ||
) |
To set the short message of a user. Specifically, this function is used to assign a short message with a specific ID to a user.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL GetSMS | ( | LONG | dwMachineNumber, |
LONG | ID, | ||
LONG * | Tag, | ||
LONG * | ValidMinutes, | ||
BSTR * | StartTime, | ||
BSTR * | Content | ||
) |
To obtain details about a short message from the machine based on the short message ID, including the content, effective time, message type, and validity period.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL DeleteSMS | ( | LONG | dwMachineNumber, |
LONG | ID | ||
) |
To delete a short message with a specified ID from the machine.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL DeleteUserSMS | ( | LONG | dwMachineNumber, |
LONG | dwEnrollNumber, | ||
LONG | SMSID | ||
) |
To delete the short message with a specified ID for a specified user. Only the mapping relationship between the user and the short message is deleted, and the short message is not deleted.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL SSR_DeleteUserSMS | ( | LONG | dwMachineNumber, |
BSTR | dwEnrollNumber, | ||
LONG | SMSID | ||
) |
To delete the short message with a specified ID for a specified user. Only the mapping relationship between the user and the short message is deleted, and the short message is not deleted.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL ClearUserSMS | ( | LONG | dwMachineNumber | ) |
To clear all mapping relationships between short messages and users. The short messages are not deleted.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |
VARIANT_BOOL ClearSMS | ( | LONG | dwMachineNumber | ) |
To clear all short messages on the machine. All short messages will be deleted from the machine.
Parameter description:
|
name | type | description of value |
---|---|---|
True | BOOL | Function execution success |
False | BOOL | Function execution failure |