| MvMessageEncodeLong Method |
Appends an int as if it was a long.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvMessage EncodeLong(
long l
)
Public Function EncodeLong (
l As Long
) As MvMessage
public:
MvMessage^ EncodeLong(
long long l
)
Parameters
- l
- Type: SystemInt64
The value to be written.
Return Value
Type:
MvMessageThe message itself.
See Also