Click or drag to resize

MessageBuffer Class

Note: This API is now obsolete.

A buffer of data which can be translated into server messages.
Inheritance Hierarchy
SystemObject
  SampSharp.Core.CommunicationMessageBuffer

Namespace:  SampSharp.Core.Communication
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
[ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")]
public class MessageBuffer

The MessageBuffer type exposes the following members.

Constructors
  NameDescription
Public methodMessageBuffer
Initializes a new instance of the MessageBuffer class
Top
Methods
  NameDescription
Public methodClear
Clears this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPush(Byte)
Pushes the specified value onto the buffer.
Public methodPush(Byte, Int32, Int32)
Pushes the specified value onto the buffer.
Public methodToString (Inherited from Object.)
Public methodTryPop
Tries to pop a server command from the buffer.
Top
See Also