Ctor
Namespace:
Crosser.Common.Server.PubSub
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax 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