Helper Classes for SerialRemoteServer
The following classes are public structures that allow the DecodeXXX methods of the SerialRemoteServer class to return multiple strings as a single return value from the method.
public final class InitiateRequest
{
public string AppInfo { get; };
public string User { get; };
public string Password { get; }
}
public final class Call4GLRequestHeader
{
public string AuthenticationToken { get; };
public String ProcedureName { get; };
}
public final class DisconnectRequest
{
public String AuthenticationToken { get; };