SmartSockets .NET Class Library

TipcMsg_Fields Structure

Provides access to message objects.

Messages can only be created from the TipcSvc factory class with createMsg.

A message consists of a type TipcMt, properties, and zero or more fields. The field types are used to convert the field data from the format used by the sending platform to the format used by the receiving platform (byte order, etc.). These types are:

            BINARY - an array of uninterpreted bytes (byte[])
            CHAR   - a character (char)
            STR    - an array of signed bytes representing a string (String)
            INT2   - a signed 2 byte integer (short)
            INT4   - a signed 4 byte integer (int)
            INT8   - a signed 8 byte integer (long)
            REAL4  - a 4 byte real number (float)
            REAL8  - an 8 byte real number (double)
            REAL16 - a 16 byte real number (unsupported by .NET)
            MSG    - an embedded SmartSockets message (TipcMsg)
            BOOL   - a boolean value (boolean)
            BYTE   - a single byte (byte)
            UTF8   - an array of bytes representing a UTF-8 encoded string (String)
            XML    - a XML object (TutXml)
            OBJECT - a .NET object (Object)
            

For a list of all members of this type, see TipcMsg_Fields Members.

System.Object
   ValueType
      TipcMsg_Fields

public struct TipcMsg_Fields

Requirements

Namespace: TIBCO.SMARTSOCKETS Namespace

Assembly: TIBCO.SS.dll

See Also

TipcMsg_Fields Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved