コード例 #1
0
ファイル: Point.py プロジェクト: whaleygeek/py-IoticAgent
 def __init__(self, client, foc, lid, pid, guid):
     self.__client = client
     Validation.foc_check(foc)
     self.__foc = foc
     self.__lid = Validation.lid_check_convert(lid)
     self.__pid = Validation.pid_check_convert(pid)
     self.__guid = Validation.guid_check_convert(guid)