예제 #1
0
파일: layer.py 프로젝트: lumovan/knx
 def status(self, value):
     self._status = bytes.loByte(value)
예제 #2
0
파일: layer.py 프로젝트: lumovan/knx
 def tpci(self, value):
     self._frame[6] = bytes.loByte(value)
예제 #3
0
파일: layer.py 프로젝트: lumovan/knx
 def service(self, value):
     self._service = bytes.loByte(value)
예제 #4
0
파일: layer.py 프로젝트: lumovan/knx
 def ctrl(self, value):
     self._frame[0] = bytes.loByte(value)
예제 #5
0
파일: layer.py 프로젝트: lumovan/knx
 def npci(self, value):
     self._frame[5] = bytes.loByte(value)
예제 #6
0
 def status(self, value):
     self._status = bytes.loByte(value)
예제 #7
0
 def service(self, value):
     self._service = bytes.loByte(value)
예제 #8
0
 def tpci(self, value):
     self._frame[6] = bytes.loByte(value)
예제 #9
0
 def npci(self, value):
     self._frame[5] = bytes.loByte(value)
예제 #10
0
 def ctrl(self, value):
     self._frame[0] = bytes.loByte(value)