Infront Data Manager Connect Client (.NET)
|
Inherits Gevasys.DataCore.Client.IBinaryUpstreamClient.
Public Member Functions | |
BinaryUpstreamClient (String name, TcpUpstreamStore publisher) | |
void | EmitByteArray (short fieldId, byte[] data) |
Emits a byte array. More... | |
void | EmitString (short fieldId, string data) |
vwd Field identifier. More... | |
void | EmitDouble (short fieldId, double data) |
vwd Field identifier. More... | |
void | EmitInt32 (short fieldId, Int32 data) |
vwd Field identifier. More... | |
void | EmitFloat (short fieldId, float data) |
vwd Field identifier. More... | |
void | EmitDateTime (short fieldId, DateTime data) |
vwd Field identifier. More... | |
void | EmitLong (short fieldId, long data) |
vwd Field identifier. More... | |
void | EmitShort (short fieldId, short data) |
vwd Field identifier. More... | |
void | BeginMessage (BaseBinaryMessage.MessageType messageType) |
void | EndMessage () |
Ends a message and writes it to the attached TcpUpstreamStore More... | |
void | Clear () |
Class for building and sending streaming data back to the server. All messages will be build as binary messages. To build a message follow these steps:
1.) Start a message with BeginMessage.
2.) Emit your field data via the 'Emit' methods.
3.) End your message with EndMessage.
EndMessage will automatically write the message to the attached TcpUpstreamStore.
|
inline |
name | The name of the client. |
publisher | The TcpUpstreamStore that handles the physical write of messages to the underlying I/O layer. |
|
inline |
Begins a new message.
messageType | The Type of the messages. |
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
Emits a byte array.
fieldId | vwd Field identifier. |
data | A byte array with data. |
This method can be used to emit custom protocol data such as Google ProtocolBuffers or XML Data.
To process these data the corresponding server process must know the content of the data.
For custom implementations please contact your vwd sales represantive.
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
vwd Field identifier.
fieldId | |
data | The data. |
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
vwd Field identifier.
fieldId | |
data | The data. |
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
vwd Field identifier.
fieldId | |
data | The data. |
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
vwd Field identifier.
fieldId | |
data | The data. |
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
vwd Field identifier.
fieldId | |
data | The data. |
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
vwd Field identifier.
fieldId | |
data | The data. |
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
vwd Field identifier.
fieldId | |
data | The data. |
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
|
inline |
Ends a message and writes it to the attached TcpUpstreamStore
Implements Gevasys.DataCore.Client.IBinaryUpstreamClient.
Copyright (C) 2021 Infront Financial Technology GmbH
Mainzer Landstrasse 178 – 190
60327 Frankfurt am Main
Infront Data Manager Connect V4.1