Function silc_command_get_ident
SYNOPSIS
uint16 silc_command_get_ident(SilcCommandPayload payload);
DESCRIPTION
Return the command identifier from the payload. The identifier can
be used to identify which command reply belongs to which command.
The client sets the identifier to the payload and server must return
the same identifier in the command reply.