This is historical information of device classes implemented in Socket device server.

Use this link to find the valid information.

Development status: Released
Information status: New

Contact:



Class Description


This class implements basic socket IPC.

Families: Communication

Key words:

Platform: Unix Like

Language: Cpp

License:

Contact:

Hardware


Manufacturer: none

Bus: Socket

Class interface


Attributes:

Commands:

Name Description
WriteAndReadInput: DevString
Command string.
Output: DevString
Answer string.
Write to the socket and waits for the answer. The end of the answer is triggered by the new line character!
StateInput: DevVoid
Output: State
State Code
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller.
StatusInput: DevVoid
Output: ConstDevString
Status description
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller.
ReconnectInput: DevVoid
Output: DevVoid
Attempts to re-establish the socket connection.
WriteInput: DevString
Output: DevVoid
Command used to send a string to the socket.
WriteReadUntilInput: DevVarStringArray
[0] = Command string to be send, [1] = end of message character
Output: DevString
Answer string.
Write to the socket and waits for the answer. The answer is triggered by select() which indicates that the the anser has arrived.
WriteCharArrayInput: DevVarCharArray
array to write
Output: DevVoid
write on socket input Argument.
ReadInput: DevVoid
Output: DevString
Command used to read a string from the socket.
ReadlnInput: DevVoid
Output: DevString
argout
Reads from a socket until a "\n" has been received.
ReadUntilInput: DevString
This is the terminator
Output: DevString
This is the read string.
This command read data from the socket until the terminator has been reached.
ReadCharArrayInput: DevLong
number of char to read
Output: DevVarCharArray
char read on socket
read on socket and return output Argument.

Pipes:

Properties:

Name Description
HostnameDevString This is the hostname of the host to connect to.
PortDevLong This is the port number to connect to.
ReadtimeoutDevShort Read timeout in milliseconds.
AutoReconnectDevBoolean If true, the server try to re-create and re-connect to the socket after a failure. NOTE : The default values is false.

29 Jan 2022, DS Admin
Updated:
The device class has been updated.
You can see previous version here .



29 Jun 2019, DS Admin
Updated:
The device class has been updated.
You can see previous version here .



20 Apr 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .



23 Feb 2017, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .



19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You are looking at this version now.



3 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.
Added by:pgoryl2 on:19 Jan 2017, 10:39 a.m.