Defined in file id1.asn
C++ class: CID1server_back
ID1server-back ::= CHOICE {
init NULL , -- DlInit
error INTEGER ,
gotgi INTEGER ,
gotseqentry Seq-entry, -- live
gotdeadseqentry Seq-entry, -- dead
fini NULL, -- DlFini
gistate INTEGER,
ids SET OF Seq-id,
gihist SET OF ID1Seq-hist, -- because hand crafted Seq-hist does not follow
-- same conventions
girevhist SET OF ID1Seq-hist,
gotsewithinfo ID1SeqEntry-info,
gotblobinfo ID1blob-info
}