CrosserProtocolSend Method (Byte, Byte, Byte, Byte) |
Builds the operation frame and add it to the outgoing queue
Namespace:
Crosser.Server.Modules.Protocol.Crosser
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax protected override Task Send(
byte[] controller,
byte[] method,
byte[] reqid,
byte[] data
)
Parameters
- controller
- Type: SystemByte
controller to call on client - method
- Type: SystemByte
method to call on client - reqid
- Type: SystemByte
the callback id that the client passed in with the initial call - data
- Type: SystemByte
payload to send
Return Value
Type:
TaskTask
Return Value
Type:
TaskSee Also