Click or drag to resize

ProtocolSend Method (Byte, Byte, Byte, Byte)

[Missing <summary> documentation for "M:Crosser.Server.Modules.Protocol.Protocol.Send(System.Byte[],System.Byte[],System.Byte[],System.Byte[])"]

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
protected abstract Task Send(
	byte[] controller,
	byte[] method,
	byte[] reqid,
	byte[] data
)

Parameters

controller
Type: SystemByte

[Missing <param name="controller"/> documentation for "M:Crosser.Server.Modules.Protocol.Protocol.Send(System.Byte[],System.Byte[],System.Byte[],System.Byte[])"]

method
Type: SystemByte

[Missing <param name="method"/> documentation for "M:Crosser.Server.Modules.Protocol.Protocol.Send(System.Byte[],System.Byte[],System.Byte[],System.Byte[])"]

reqid
Type: SystemByte

[Missing <param name="reqid"/> documentation for "M:Crosser.Server.Modules.Protocol.Protocol.Send(System.Byte[],System.Byte[],System.Byte[],System.Byte[])"]

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Crosser.Server.Modules.Protocol.Protocol.Send(System.Byte[],System.Byte[],System.Byte[],System.Byte[])"]

Return Value

Type: Task
See Also