dartros
dartros
ServiceServer
<
C extends RosMessage<
C
>
,
R extends RosMessage<
R
>
,
T extends RosServiceMessage<
C
,
R
>
>
isShutdown property
isShutdown
dartros
dartros
ServiceServer
<
C extends RosMessage<
C
>
,
R extends RosMessage<
R
>
,
T extends RosServiceMessage<
C
,
R
>
>
isShutdown property
ServiceServer class
Constructors
ServiceServer
Properties
clientUris
hashCode
isShutdown
messageClass
node
persist
port
requestCallback
runtimeType
service
serviceUri
type
Methods
disconnect
handleClientConnection
noSuchMethod
shutdown
toString
Operators
operator ==
isShutdown
property
bool
isShutdown
Implementation
bool get isShutdown => _state == State.SHUTDOWN;