#include "dinamo.h"
Data Fields | |
| BYTE | bVersion |
| char | szHSM[D_MAX_DS_BIND_B62_ID+1] |
| char | szAccount[D_MAX_DS_BIND_B62_ID+1] |
| BYTE | pbPSK[D_DS_BIND_PSK_LEN] |
| char | szURL[D_MAX_DS_BIND_URL+1] |
Parameter structure Dinamo Services Bind. Used for customized parameterization.
| BYTE bVersion |
Version of the bind info. It should be D_DS_BIND_VERSION.
| char szHSM[D_MAX_DS_BIND_B62_ID+1] |
HSM identifier in base62. Minimum size of D_MIN_DS_BIND_B62_ID and maximum of D_MAX_DS_BIND_B62_ID.
| char szAccount[D_MAX_DS_BIND_B62_ID+1] |
Account identifier in base62. Minimum size of D_MIN_DS_BIND_B62_ID and maximum of D_MAX_DS_BIND_B62_ID.
| BYTE pbPSK[D_DS_BIND_PSK_LEN] |
PSK in the fixed-size binary format of D_DS_BIND_PSK_LEN.
| char szURL[D_MAX_DS_BIND_URL+1] |
URL of Dinamo Services. Maximum size of D_MAX_DS_BIND_URL.