|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PtConnectionManufacturingI
Extends PTAPI connection interface with manufacturing operations.
Method Summary | |
---|---|
byte[] |
firmwareGetCfg(int dwCfgItemId)
Read current setting of firmware configuration. |
void |
firmwareRequestReboot(boolean boReboot)
Requests FM to reboot after the current session ends. |
void |
firmwareSetCfg(int dwCfgItemId,
byte[] data)
Modifies the firmware configuration of a FM. |
Method Detail |
---|
byte[] firmwareGetCfg(int dwCfgItemId) throws PtException
dwCfgItemId
- ID of requested firmware configuration item.
PtException
- Exception with operation status (error) code.void firmwareSetCfg(int dwCfgItemId, byte[] data) throws PtException
dwCfgItemId
- ID of firmware configuration item which has to be set.data
- firmware configuration data to be used for given configuration item.
PtException
- Exception with operation status (error) code.void firmwareRequestReboot(boolean boReboot) throws PtException
boReboot
- Set or cancel request for reboot.
PtException
- Exception with operation status (error) code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |