![]() | MvMessage Class |
Namespace: RW.Server.Component
The MvMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsBoolean |
Converts to a Boolean value.
(Inherited from MvUserType.) |
![]() | AsChar |
Converts to a char value.
(Inherited from MvUserType.) |
![]() | AsDouble |
Converts to a double value.
(Inherited from MvUserType.) |
![]() | AsFloat |
Converts to a float value.
(Inherited from MvUserType.) |
![]() | AsHRef |
Converts to an HRef value.
(Inherited from MvUserType.) |
![]() | AsLong |
Converts to a long value.
(Inherited from MvUserType.) |
![]() | AsRef |
Converts to a MvRef value.
(Inherited from MvUserType.) |
![]() | AsString |
Converts to a string value.
(Inherited from MvUserType.) |
![]() | AsValue |
Converts to another MvUserType value.
(Inherited from MvUserType.) |
![]() | Clone |
Creates a new MvUserType that is a copy of the
current instance.
(Inherited from MvUserType.) |
![]() | DecodeBool |
Extracts the next data, assuming it is an int.
|
![]() | DecodeBoolAsChar |
Extracts the next data from the message, assuming
it is a Boolean value encoded in a char.
|
![]() | DecodeBoolAsUChar |
Extracts the next data from the message, assuming it is a
Boolean value, encoded in an unsigned int.
|
![]() | DecodeChar |
Extracts the next data, assuming it is a char.
|
![]() | DecodeCString |
Extracts the next data assuming it is a C string.
|
![]() | DecodeDouble |
Extracts the next data, assuming it is a double.
|
![]() | DecodeFloat |
Extracts the next data, assuming it is a float.
|
![]() | DecodeIlsString |
Extracts the next string assuming it is an IlsString.
|
![]() | DecodeInt |
Extracts the next data, assuming it is an int.
|
![]() | DecodeLong |
Extracts the next data, assuming it is a long |
![]() | DecodeMessage |
Extracts the next message assuming it is a message.
|
![]() | DecodeShort |
Extracts the next data, assuming it is a short.
|
![]() | DecodeUChar |
Extracts the next data, assuming it is an unsigned char.
|
![]() | DecodeUInt |
Extracts the next data, assuming it is an unsigned int.
|
![]() | DecodeULong |
Extracts the next data, assuming it is a long |
![]() | DecodeUShort |
Extracts the next data, assuming it is an unsigned short.
|
![]() | Encode |
Serializes a user-type value.
(Inherited from MvUserType.) |
![]() | EncodeBool |
Appends a Boolean value, encoded as an int.
|
![]() | EncodeBoolAsChar |
Appends a Boolean value, encoded as a char.
|
![]() | EncodeBoolAsUChar |
Appends a Boolean value, encoded as an unsigned int.
|
![]() | EncodeChar |
Appends a character.
|
![]() | EncodeCString |
Appends a string as if it were a C string.
|
![]() | EncodeDouble |
Appends a double.
|
![]() | EncodeFloat |
Appends a float.
|
![]() | EncodeIlsString |
Appends a string as an IlsString.
|
![]() | EncodeInt |
Appends an int.
|
![]() | EncodeLong |
Appends an int as if it was a long.
|
![]() | EncodeMessage |
Appends a message.
|
![]() | EncodeShort |
Appends a short.
|
![]() | EncodeUChar |
Appends a character as if it was an unsigned char.
|
![]() | EncodeUInt |
Appends an int as an unsigned int.
|
![]() | EncodeULong |
Appends an int as if it was an unsigned long.
|
![]() | EncodeUShort |
Appends a short as if it was an unsigned short |
![]() | Equals |
Returns a value indicating whether this instance is equal to a
specified object.
(Inherited from MvUserType.) |
![]() | GetHashCode |
Returns the hash code for this object.
(Inherited from MvUserType.) |
![]() ![]() | SetKeepNullString |
Sets the String decoding behavior.
|
Name | Description | |
---|---|---|
![]() | Fail |
Checks if the message failed.
|
![]() ![]() | KeepNullString |
Returns the String decoding behavior.
|