AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.Fields.Field Class Reference

Represents a single field in an AMPS message. More...

+ Inheritance diagram for AMPS.Client.Fields.Field:

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
 

Detailed Description

Represents a single field in an AMPS message.

Member Function Documentation

◆ copyFrom()

virtual void AMPS.Client.Fields.Field.copyFrom ( Field  f)
inlinevirtual

Provides a way to make this object a duplicate of f.

Reimplemented in AMPS.Client.Fields.BookmarkRangeField.


The documentation for this class was generated from the following file: