windowSize property

int windowSize

Implementation

int get windowSize => LabSound().PowerMonitorNode_windowSize(nodeId);
void windowSize=(int ws)

Implementation

set windowSize(int ws) => LabSound().PowerMonitorNode_setWindowSize(nodeId, ws);