Click or drag to resize

ApiMessage Structure

An Api message (sent to browser)

Namespace:  ImmerseSDK.Multiplayer.Messaging
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public struct ApiMessage

The ApiMessage type exposes the following members.

Properties
  NameDescription
Public propertyPayload
The data sent within this message in byte array format
Public propertyPayloadLength
The length of the message data byte array
Public propertyType
The message type, can be built in (0-1000) or custom (1001+)
Top
See Also