이것은 페이지 get_destination_address
를 삭제할 것입니다. 다시 한번 확인하세요.
def get_destination_address(self):
The "get_destination_address" method is used to check the destination address of an object. It returns an integer value with it's destination 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_destination_address'
>>> Dest_Addr = Object.get_destination_address()
>>>
>>> # print Dest_Addr
>>> print(Dest_Addr)
101
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_destination_address
를 삭제할 것입니다. 다시 한번 확인하세요.