Prajna


NetworkCommand

Constructors

ConstructorDescription
new(cmd, ms, startPos)
Signature: (cmd:ControllerCommand * ms:StreamBase<byte> * startPos:int64) -> NetworkCommand
new(cmd, ms)
Signature: (cmd:ControllerCommand * ms:StreamBase<byte>) -> NetworkCommand
new()
Signature: unit -> NetworkCommand

Instance members

Instance memberDescription
cmd()
Signature: unit -> ControllerCommand

The controller command

cmd()
Signature: unit -> unit

The controller command

CmdLen()
Signature: unit -> int64
ms()
Signature: unit -> StreamBase<byte>

The memory stream

ms()
Signature: unit -> unit

The memory stream

Release()
Signature: unit -> unit

release the underlying memstream

startPos()
Signature: unit -> int64
startPos()
Signature: unit -> unit
Fork me on GitHub