SystemCommunicationBarringGetRequest21sp1
Bases: OCIRequest
Request the system level data associated with Communication Barring. The response is either a SystemCommunicationBarringGetResponse21sp1 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemCommunicationBarringGetRequest21sp1
client = Client()
command = SystemCommunicationBarringGetRequest21sp1()
response = client.command(command)
print(response)