Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Server Namespaces
Crosser.Server.Modules Namespaces
Crosser.Server.Modules.Protocol Namespaces
Crosser.Server.Modules.Protocol
PayloadInformation Class
PayloadInformation Constructor
PayloadInformation Constructor (ControllerDelegate)
PayloadInformation Constructor (ControllerDelegate, Byte[])
PayloadInformation Constructor (ControllerDelegate, Byte[], Byte[], Byte[])
PayloadInformation Constructor (ControllerDelegate, Byte[], Byte[], Byte[], Byte[])
PayloadInformation Constructor (ControllerDelegate,
Byte
)
Ctor for method with payload, but without callback
Namespace:
Crosser.Server.Modules.Protocol
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
Copy
public
PayloadInformation
(
ControllerDelegate
controllerDelegate
,
byte
[]
payload
)
Parameters
controllerDelegate
Type:
Crosser.Common.Server
ControllerDelegate
The
ControllerDelegate
representing the method to call
payload
Type:
System
Byte
The payload to pass to the method
See Also
Reference
PayloadInformation Class
PayloadInformation Overload
Crosser.Server.Modules.Protocol Namespace