Documentation
¶
Index ¶
Constants ¶
View Source
const VERSION = "1.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Barco ¶
type Barco struct { // TODO : make ip struct Network struct { IP string SubnetMask string Gateway string } Personalisation struct { OnScreenID struct { Language string MeetingRoomName string Location string WelcomeMessage string ShowNetworkInfo bool EnableThreaterMode bool ScreenSaverTimeout string } Wallpaper struct { Number string Link string } } WifiNetwork struct { LanSettings struct { LanHostName struct { Hostname string } PrimaryInterface struct { Method string PrimaryInterfaceIP string PrimaryInterfaceSubnetMask string PrimaryInterfaceGateway string PrimaryInterfaceDnsServer string } } Services struct { ShareViaAirPlay bool ShareViaGoogleCast bool } WirelessNetwork struct { SsidName string Wpa2Password string } } }
Barco is struct for json config. It will be used for configure your / CX-20 clickshare module
type BarcoConfigIT ¶
type BarcoConfigIT interface {
GetConfig()
}
BarcoConfigIT interface is used as JSON config getter for CX-20 station
type ConfigIT ¶
type ConfigIT interface {
GetConfig()
}
ConfigIT TODO : Make JSON structure ConfigIT interface is used as YAML config getter for environment
Click to show internal directories.
Click to hide internal directories.