Editing SIG File Format
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2: | Line 2: | ||
Objects used by the .SIG files. | Objects used by the .SIG files. | ||
* | *TOOLKIT | ||
** | **Unknown | ||
*FILE | *FILE | ||
**A file operation, currently thought to be in the temp directory of the USB | **A file operation, currently thought to be in the temp directory of the USB | ||
* | *PS3PICSY | ||
**Unknown | **Unknown | ||
*PS/2 | *PS/2 | ||
**Likely from a barcode reader on COM1 with '''9600,7,2,0,50,0,0,0,0''' as settings. | **Likely from a barcode reader on COM1 with '''9600,7,2,0,50,0,0,0,0''' as settings. | ||
*PS3LV2DIAG | *PS3LV2DIAG | ||
**Functions in the LV2Diag | **Functions in the LV2Diag | ||
=Functions= | =Functions= | ||
Functions called by the .SIG files, arranged by the objects that are available. Functions can have one, more, or no arguments | Functions called by the .SIG files, arranged by the objects that are available. Functions can have one, more, or no arguments associated with it. | ||
==TOOLKIT== | ==TOOLKIT== | ||
*IsInit | *IsInit | ||
Line 54: | Line 21: | ||
*Exit | *Exit | ||
*GetDateTime | *GetDateTime | ||
Line 73: | Line 38: | ||
*Operator | *Operator | ||
*Read | *Read | ||
==PS3PICSY== | ==PS3PICSY== | ||
Line 84: | Line 47: | ||
*RequestIdps | *RequestIdps | ||
*RequestServerTime | *RequestServerTime | ||
Line 94: | Line 53: | ||
==PS3LV2DIAG== | ==PS3LV2DIAG== | ||
*Open | *Open | ||
*WaitEvent | *WaitEvent | ||
Line 100: | Line 58: | ||
*WriteRead | *WriteRead | ||
*Close | *Close | ||