Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
This class represents the A-RELEASE-RP PDU
src/p/y/pynetdicom-0.8.1/netdicom/fsm.py pynetdicom(Download)
def AR_4(provider): # Issue A-RELEASE-RP PDU and start ARTIM timer provider.pdu = PDU.A_RELEASE_RP_PDU() provider.pdu.FromParams(provider.primitive) provider.RemoteClientSocket.send(provider.pdu.Encode())
def AR_9(provider): # Send A-RELEASE-RP PDU provider.pdu = PDU.A_RELEASE_RP_PDU() provider.pdu.FromParams(provider.primitive) provider.RemoteClientSocket.send(provider.pdu.Encode())