此操作将删除页面 "get_source_address"
,请三思而后行。
def get_source_address(self):
The "get_source_address" method is used to check the source address of an object. It returns an integer value with it's source address.
The "self" argument is pointing to the object, which calls the method.
Type -> integer
>>> # create an object of the Xcom-API-Class
>>> Object = Xcom_API()
>>>
>>> # call the Method 'get_source_address'
>>> Src_Addr = Object.get_source_address()
>>>
>>> # print Src_Addr
>>> print(Src_Addr)
1
Hochschule Anhalt | Anhalt University of Applied Sciences | Department 6 EMW
Xcom-API
Tobias Müller, M. Eng.
📧 Tobias.Mueller@HS-Anhalt.de
© es-lab.de, 31.10.2017
此操作将删除页面 "get_source_address"
,请三思而后行。