|
| def | __init__ (self) |
| |
| def | action (self, devtype, dic) |
| | It does the convertion of the SPF to JSON string. More...
|
| |
| def | lamp (self, dic) |
| | Handles the conversion for a lamp device. More...
|
| |
| def | actuator (self, dic) |
| | Handles the conversion for an actuator device. More...
|
| |
| def | shutter (self, dic) |
| | Handles the conversion for a shutter device. More...
|
| |
| def | motor (self, dic) |
| | Handles the conversion for a motor device. More...
|
| |
| def | drot (self, dic) |
| | Handles the conversion for a drot device. More...
|
| |
| def | adc (self, dic) |
| | Handles the conversion for a adc device. More...
|
| |
| def | piezo (self, dic) |
| | Handles the conversion for a piezo device. More...
|
| |
◆ __init__()
| def fcfclib.spf_buffer.SpfBuffer.__init__ |
( |
|
self | ) |
|
◆ action()
| def fcfclib.spf_buffer.SpfBuffer.action |
( |
|
self, |
|
|
|
devtype, |
|
|
|
dic |
|
) |
| |
It does the convertion of the SPF to JSON string.
◆ actuator()
| def fcfclib.spf_buffer.SpfBuffer.actuator |
( |
|
self, |
|
|
|
dic |
|
) |
| |
Handles the conversion for an actuator device.
◆ adc()
| def fcfclib.spf_buffer.SpfBuffer.adc |
( |
|
self, |
|
|
|
dic |
|
) |
| |
Handles the conversion for a adc device.
◆ drot()
| def fcfclib.spf_buffer.SpfBuffer.drot |
( |
|
self, |
|
|
|
dic |
|
) |
| |
Handles the conversion for a drot device.
◆ lamp()
| def fcfclib.spf_buffer.SpfBuffer.lamp |
( |
|
self, |
|
|
|
dic |
|
) |
| |
Handles the conversion for a lamp device.
◆ motor()
| def fcfclib.spf_buffer.SpfBuffer.motor |
( |
|
self, |
|
|
|
dic |
|
) |
| |
Handles the conversion for a motor device.
◆ piezo()
| def fcfclib.spf_buffer.SpfBuffer.piezo |
( |
|
self, |
|
|
|
dic |
|
) |
| |
Handles the conversion for a piezo device.
◆ shutter()
| def fcfclib.spf_buffer.SpfBuffer.shutter |
( |
|
self, |
|
|
|
dic |
|
) |
| |
Handles the conversion for a shutter device.
The documentation for this class was generated from the following file: