Table of Contents

Class PhotonInteropRequest

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.dll
[Serializable]
[MessagePackObject(false)]
public sealed class PhotonInteropRequest : PhotonRequest, IPhotonInteropRequest, IPhotonRequest, IPhoton
Inheritance
object
FiberMsg
PhotonInteropRequest
Implements
Inherited Members

Fields

KeyBase

protected const int KeyBase = 10

Field Value

int

KeyCount

protected const int KeyCount = 2

Field Value

int

Properties

Filter

[Key(11)]
public PhotonInteropRequest.DataFilterDescriptor Filter { get; set; }

Property Value

PhotonInteropRequest.DataFilterDescriptor

Parameters

[Key(10)]
public Dictionary<string, PhotonInteropRequest.PackedKeyValue>? Parameters { get; set; }

Property Value

Dictionary<string, PhotonInteropRequest.PackedKeyValue>