| 1. |
What Is Cdr? |
|
Answer» CORBA CDR is the external DATA representation defined with CORBA 2.0. CDR can represent all of the data types that can be used as ARGUMENTS and return values in REMOTE INVOCATION in CORBA. It consists of 15 primitive types that include short (16-bit), long (32-bit), unsigned short, unsigned long, float (32-bit), double (64-bit), CHAR, Boolean (TRUE or FALSE), octet (8-bit) and any constructed types. CORBA CDR is the external data representation defined with CORBA 2.0. CDR can represent all of the data types that can be used as arguments and return values in remote invocation in CORBA. It consists of 15 primitive types that include short (16-bit), long (32-bit), unsigned short, unsigned long, float (32-bit), double (64-bit), char, Boolean (TRUE or FALSE), octet (8-bit) and any constructed types. |
|