SearchByRsIdReply

Defined in file search_by_rsid.asn
C++ class: CSearchByRsIdReply


SearchByRsIdReply ::= CHOICE {

    -- On success list of placements will be placed here.
	placements SET OF Placement,

    -- On failure error details will be placed here,
    error Error
}