toggle menu
Keyple Interop Json API Client Library
0.1.6
common
switch theme
search in API
Keyple Interop Json API Client Library
/
org.eclipse.keyple.interop.jsonapi.client.api
/
MessageDto
Message
Dto
@
Serializable
data
class
MessageDto
(
var
apiLevel
:
Int
=
API_LEVEL
,
var
sessionId
:
String
,
var
action
:
String
,
var
clientNodeId
:
String
,
var
serverNodeId
:
String
?
=
null
,
var
localReaderName
:
String
?
=
null
,
var
remoteReaderName
:
String
?
=
null
,
var
body
:
String
)
Members
Constructors
Message
Dto
Link copied to clipboard
constructor
(
apiLevel
:
Int
=
API_LEVEL
,
sessionId
:
String
,
action
:
String
,
clientNodeId
:
String
,
serverNodeId
:
String
?
=
null
,
localReaderName
:
String
?
=
null
,
remoteReaderName
:
String
?
=
null
,
body
:
String
)
Properties
action
Link copied to clipboard
var
action
:
String
api
Level
Link copied to clipboard
var
apiLevel
:
Int
body
Link copied to clipboard
var
body
:
String
client
Node
Id
Link copied to clipboard
var
clientNodeId
:
String
local
Reader
Name
Link copied to clipboard
var
localReaderName
:
String
?
remote
Reader
Name
Link copied to clipboard
var
remoteReaderName
:
String
?
server
Node
Id
Link copied to clipboard
var
serverNodeId
:
String
?
session
Id
Link copied to clipboard
var
sessionId
:
String