The data-model command specifies the data model of a user-defined application.
The undo data-model command restores the default data model of a user-defined application.
data-model { unassigned | client-server | browser-based | networking | peer-to-peer }
undo data-model
| Parameter | Description | Value |
|---|---|---|
| unassigned | Indicates that no model is specified for data transmission. | - |
| client-server | Indicates applications using the Client/Server (C/S) model, such as client games. | - |
| browser-based | Indicates web applications, such as web games. | - |
| networking | Indicates common networking applications, such as HTTP and HTTPS. | - |
| peer-to-peer | Indicates peer-to-peer applications, such as Thunder and BT. | - |