PmaxService/getConnectionType
Name
PmaxService/getConnectionType
Description
This method returns how the module is connected
Parameters
This method does not take any parameters.
Example Request
{
"params": [],
"jsonrpc": "2.0",
"method": "PmaxService/getConnectionType",
"id": 1
}
Example Response
{
"id": 1,
"jsonrpc": "2.0",
"result": "ETHERNET"
}