AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
Represents a single field in an AMPS message. More...
Public Member Functions | |
Field (string value) | |
Field (byte[] buffer, int position, int length) | |
void | set (byte[] buffer, int position, int length) |
void | set (byte[] buffer) |
bool | isNull () |
void | reset () |
byte | byteAt (int i) |
override bool | Equals (Object obj) |
override int | GetHashCode () |
Field | copy () |
virtual void | copyFrom (Field f) |
Public Attributes | |
byte[] | buffer = null |
int | position = 0 |
int | length = 0 |
Represents a single field in an AMPS message.
|
inlinevirtual |
Provides a way to make this object a duplicate of f.
Reimplemented in AMPS.Client.Fields.BookmarkRangeField.