XMBML Functions: Difference between revisions
Jump to navigation
Jump to search
(Created page with " = xcb Functions = == query == Usage example: === Parameters === {| class="wikitable sortable" |- ! Parameter !! Accepted values !! Example !! Description |- | limit || N...") |
|||
Line 12: | Line 12: | ||
! Parameter !! Accepted values !! Example !! Description | ! Parameter !! Accepted values !! Example !! Description | ||
|- | |- | ||
| limit || Null | | limit || Null<br />Numbers up to 2048? || limit=2048 || Main search table? | ||
|- | |- | ||
| table || Null | | table || Null<br />MMS_MEDIA_TYPE_SYSTEM<br />MMS_MEDIA_TYPE_HDD<br />MMS_MEDIA_TYPE_PLUS<br />MMS_MEDIA_TYPE_PS3_BD ''(OFW 1.10)''<br />MMS_MEDIA_TYPE_PS3_DVD ''(OFW 1.10)''<br />MMS_MEDIA_TYPE_PS2_DVD ''(OFW 1.10)''<br />MMS_MEDIA_TYPE_PS2_CD ''(OFW 1.10)''<br />MMS_MEDIA_TYPE_PS1_CD ''(OFW 1.10)'' || table=MMS_MEDIA_TYPE_SYSTEM || row 2, cell 3 | ||
|- | |- | ||
|} | |} |
Revision as of 15:29, 9 February 2012
xcb Functions
query
Usage example:
Parameters
Parameter | Accepted values | Example | Description |
---|---|---|---|
limit | Null Numbers up to 2048? |
limit=2048 | Main search table? |
table | Null MMS_MEDIA_TYPE_SYSTEM MMS_MEDIA_TYPE_HDD MMS_MEDIA_TYPE_PLUS MMS_MEDIA_TYPE_PS3_BD (OFW 1.10) MMS_MEDIA_TYPE_PS3_DVD (OFW 1.10) MMS_MEDIA_TYPE_PS2_DVD (OFW 1.10) MMS_MEDIA_TYPE_PS2_CD (OFW 1.10) MMS_MEDIA_TYPE_PS1_CD (OFW 1.10) |
table=MMS_MEDIA_TYPE_SYSTEM | row 2, cell 3 |