Click or drag to resize

PubObject Constructor

Ctor

Namespace:  Crosser.Common.Server.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public PubObject(
	byte[] topic,
	byte[] data
)

Parameters

topic
Type: SystemByte
The topic as a byte array
data
Type: SystemByte
Payload as a byte array
See Also