IDOSportScreenInfoReplyModel
Attribute | Type | Description |
---|---|---|
errCode | Int | Error code |
minDataNum | Int | Minimum number of data items displayed |
maxDataNum | Int | Maximum number of data items displayed |
minScreenNum | Int | Minimum number of screen items displayed |
maxScreenNum | Int | Maximum number of screen items displayed |
sportItems | [IDOSportScreenItemReply] | Sorting details of sport types (maximum 30) |
screenConfItems | [IDOSportScreenLayoutType]] | Get screen information, check basic usage, check details and return NULL |
IDOSportScreenItemReply
Attribute | Type | Description |
---|---|---|
sportType | Int | Sport type IDOSportType |
screenNum | Int | Number of screens |
screenItems | [IDOSportScreenItemModel] | Used screen items (maximum 15) |
supportDataTypeNum | Int | Number of data items supported by the current sport |
supportDataTypes | [IDOSportScreenDataType] | List of data items supported by the current sport |
IDOSportScreenItemModel
Attribute | Type | Description |
---|---|---|
dataItemCount | Int | Number of configured data items, maximum number of configured data items is 15 |
dataItem | [IDOSportScreenDataItemModel] | Configured data items (maximum 15) |
IDOSportScreenDataItemModel
Attribute | Type | Description |
---|---|---|
dataType | IDODataType | Type of current data item |
dataSubType | IDODataSubType | Currently selected data item sub-item |
IDOSportScreenDataType
Attribute | Type | Description |
---|---|---|
dataType | IDODataType | Type of data item |
dataSubType | [IDODataSubType] | List of sub-items of data item |
IDOSportScreenLayoutType
Attribute | Type | Description |
---|---|---|
layoutType | Int | Screen layout type |
style | Int | Style |
layoutType: Screen layout type | Data type index value | style: Style |
---|---|---|
None | 0x00 | |
Layout_1 | 0x01 | 0x00: Style_1 Style 1 (full screen) |
Layout_2 | 0x02 | 0x00: Style_1 Style 1 (equally divided up and down) |
Layout_3 | 0x03 | 0x00: Style_1 Style 1 (divided into three equal parts) |
Layout_4 | 0x04 | 0x00: Style_1 Style 1 (divided into three equal parts, the second layer is divided into left and right equal parts) |
Layout_5 | 0x05 | 0x00: Style_1 Style 1 (divided into four equal parts, the third layer is divided into left and right equal parts) |
Layout_6 | 0x06 | 0x00: Style_1 Style 1 (divided into four equal parts, the second and third layers are divided into left and right equal parts) |