Click or drag to resize

IProtocolSend Method (Byte)

Send a complete frame

Namespace:  Crosser.Common.Server.Protocol
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Task Send(
	byte[] data
)

Parameters

data
Type: SystemByte
The byte[] representation of a operation

Return Value

Type: Task
Task
See Also