Safeguard Management Programming Manual (G06.29+, H06.08+, J06.03+)
Example of Sharing a Binary Description Field
Safeguard Management Programming Manual—422086-028
B-3
c. ALTER the user/alias record with the binary description field by using an SPI
procedure. For example:
SSPUTTKN (spibuf, tok, (char*)value ,, (short*)&sfg_ssid);
where
spibuf is the SPI buffer to be sent.
tok is the binary description token ZSFG-TKN-
DESC_BIN.
value is the structure (BinaryBuf) to be stored in the
binary description record.
sfg_ssid is the Safeguard subsystem ID.
In a similar manner, additional vendors can share the same binary description field.