SoTranReceiver Class |
Interprets database changes for transcription.
Namespace: OIV.Inventor.Misc
The SoTranReceiver type exposes the following members.
Name | Description | |
---|---|---|
SoTranReceiver | Constructor. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Interpret | Interprets the transcription commands found in the given input stream. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is used for transcribing Open Inventor data. Transcription is the process of packaging changes to a database and sending them over a "wire" to another database.
The OIV.Inventor.Misc.SoTranReceiver class is used on the receiving side of transcription. It interprets changes to a Open Inventor database packaged up by an OIV.Inventor.Misc.SoTranSender.