Application¶
This is a long line of text.
Base Class¶
This is a long line of text.
-
class
app.
Application
(ApplicationServiceElement)¶ This is a long line of text.
-
__init__
(localDevice, localAddress)¶ Parameters: - localDevice (DeviceObject) – the local device object
- localAddress (Address) – the local address
- actorClass – the initial source value
This is a long line of text.
-
add_object
(obj)¶ Parameters: actor – the initial source value This is a long line of text.
-
delete_object
(obj)¶ Parameters: actor – the initial source value This is a long line of text.
-
get_object_id
(objid)¶ Parameters: address – the initial source value This is a long line of text.
-
get_object_name
(objname)¶ Parameters: - address – address to establish a connection
- reconnect – timer value
-
iter_objects
()¶ Parameters: address – address to disconnect
-
indication
(apdu)¶ Parameters: apdu – application layer PDU This is a long line of text.
-
do_WhoIsRequest
(apdu)¶ Parameters: apdu – Who-Is request, apdu.WhoIsRequest
This is a long line of text.
-
do_IAmRequest
(apdu)¶ Parameters: apdu – I-Am request, apdu.IAmRequest
This is a long line of text.
-
do_ReadPropertyRequest
(apdu)¶ Parameters: apdu – Read-Property request, apdu.ReadPropertyRequest
This is a long line of text.
-
do_WritePropertyRequest
(apdu)¶ Parameters: apdu – Write-Property request, apdu.WritePropertyRequest
This is a long line of text.
-
IP Applications¶
This is a long line of text.
-
class
app.
BIPSimpleApplication
(Application)¶ -
__init__
(localDevice, localAddress)¶ Parameters: - localDevice – This is a long line of text.
- localAddress – This is a long line of text.
This is a long line of text.
-
-
class
app.
BIPForeignApplication
(Application)¶ -
__init__
(localDevice, localAddress, bbmdAddress, bbmdTTL)¶ Parameters: - localDevice – This is a long line of text.
- localAddress – This is a long line of text.
- bbmdAddress – This is a long line of text.
- bbmdTTL – This is a long line of text.
This is a long line of text.
-