Documentation
¶
Overview ¶
Platform info https://github.com/openconnectivityfoundation/core/blob/master/swagger2.0/oic.wk.p.swagger.json
Index ¶
Constants ¶
View Source
const ( ResourceType = "oic.wk.p" ResourceURI = "/oic/p" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform struct {
Interfaces []string `json:"if,omitempty"`
ResourceTypes []string `json:"rt,omitempty"`
PlatformIdentifier string `json:"pi"`
ManufacturerName string `json:"mnmn"`
SerialNumber string `json:"mnsel,omitempty"`
ManufacturersURL string `json:"mnml,omitempty"`
ManufacturersSupport string `json:"mnsl,omitempty"`
ModelNumber string `json:"mnmo,omitempty"`
ManufacturersDefinedInformation string `json:"vid,omitempty"`
PlatformVersion string `json:"mnpv,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.