int aecp_controller_state_machine::state_rcvd_unsolicited(void *&notification_id, struct jdksavdecc_frame *cmd_frame)
 {
    return proc_unsolicited(notification_id, cmd_frame);
 }
int aecp_controller_state_machine::state_rcvd_unsolicited(struct jdksavdecc_frame * cmd_frame)
{
    return proc_unsolicited(cmd_frame);
}