28530
155
Zoom out
Zoom in
Vorherige Seite
1/182
Nächste Seite
Data interfaces
147
850-164692 / Rev.B
Issue commands on server
Request
A Request message must be sent to the server application in
order to issue a command on one of the available command
targets in the server application. An example of the main
elements of a command request is shown below.
struct Request
{
char Header[4];
// ”REQ\0”
char MsgControl[22];
// Sequence no, Current msg no, Total msg no
char MsgRequest[1400];
// XML based command request
}
MsgControl
The MsgControl field consists of the following parts:
Sequence number - incremented for each request message
sent to the server
Current message - contains the current message in case a
request must be split into several UDP messages.
Total message - contains the total number of messages the
current request consists of.
If the contents of MsgControl is ”2,1,3\0 it means that the
current UDP message is the second request message sent from
the client to the server, and that the current message is message
number 1 of a request that consists of a total of three UDP
messages.
MsgRequest
The contents of the MsgRequest depend on the current
command target and will be described in detail later. For the
moment it is enough to say that the format of the request is
XML based and that the request must specify a command target,
a method on the command target and any input parameters
relevant for the current method. The general structure of a
request is shown below.
<request>
<clientInfo>
<cid>clientid</cid>
<rid>requestid</rid>
</clientInfo>
<type>invokeMethod</type>
<targetComponent>xx</targetComponent>
155

Brauchen Sie Hilfe? Stellen Sie Ihre Frage.

Forenregeln

Missbrauch melden von Frage und/oder Antwort

Libble nimmt den Missbrauch seiner Dienste sehr ernst. Wir setzen uns dafür ein, derartige Missbrauchsfälle gemäß den Gesetzen Ihres Heimatlandes zu behandeln. Wenn Sie eine Meldung übermitteln, überprüfen wir Ihre Informationen und ergreifen entsprechende Maßnahmen. Wir melden uns nur dann wieder bei Ihnen, wenn wir weitere Einzelheiten wissen müssen oder weitere Informationen für Sie haben.

Art des Missbrauchs:

Zum Beispiel antisemitische Inhalte, rassistische Inhalte oder Material, das zu einer Gewalttat führen könnte.

Beispielsweise eine Kreditkartennummer, persönliche Identifikationsnummer oder unveröffentlichte Privatadresse. Beachten Sie, dass E-Mail-Adressen und der vollständige Name nicht als private Informationen angesehen werden.

Forenregeln

Um zu sinnvolle Fragen zu kommen halten Sie sich bitte an folgende Spielregeln:

Neu registrieren

Registrieren auf E - Mails für Simrad ER60 wenn:


Sie erhalten eine E-Mail, um sich für eine oder beide Optionen anzumelden.


Das Handbuch wird per E-Mail gesendet. Überprüfen Sie ihre E-Mail.

Wenn Sie innerhalb von 15 Minuten keine E-Mail mit dem Handbuch erhalten haben, kann es sein, dass Sie eine falsche E-Mail-Adresse eingegeben haben oder dass Ihr ISP eine maximale Größe eingestellt hat, um E-Mails zu erhalten, die kleiner als die Größe des Handbuchs sind.

Ihre Frage wurde zu diesem Forum hinzugefügt

Möchten Sie eine E-Mail erhalten, wenn neue Antworten und Fragen veröffentlicht werden? Geben Sie bitte Ihre Email-Adresse ein.



Info