Struct InputRemoting.Message
A message exchanged between two InputRemoting instances.
Namespace: UnityEngine.InputSystem
Assembly: Unity.InputSystem.dll
Syntax
public struct InputRemoting.Message
  Fields
data
Declaration
public byte[] data
  Field Value
| Type | Description | 
|---|---|
| byte[] | 
participantId
For messages coming in, numeric ID of the sender of the message. For messages going out, numeric ID of the targeted receiver of the message.
Declaration
public int participantId
  Field Value
| Type | Description | 
|---|---|
| int | 
type
Declaration
public InputRemoting.MessageType type
  Field Value
| Type | Description | 
|---|---|
| InputRemoting.MessageType |