SystemSpeedDial100GetRequest17sp1
Bases: OCIRequest
Get the speed dial 100 system-wide default setting. The response is either a SystemSpeedDial100GetResponse17sp1 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemSpeedDial100GetRequest17sp1
client = Client()
command = SystemSpeedDial100GetRequest17sp1()
response = client.command(command)
print(response)