Created stub for Type:HostAccessScope [Automated] |
add needed info |
||
Line 1: | Line 1: | ||
The '''HostAccessScope''' enum is used to control what kinds of access is allowed for a certain host desination server. | |||
{{Table EnumValues | {{Table EnumValues | ||
|Everything|0| | |Everything|0| Grant access for all. | ||
|HTTP|1| | |HTTP|1| Grant access for http or https sending and receiving. | ||
|Websocket|2| | |Websocket|2| Grant access for [[WebSocket]] connections. | ||
|OSC_Sender|3| | |OSC_Sender|3| Grant access for [[OSC]] sending. | ||
|OSC_Receiver|4| | |OSC_Receiver|4| Grant access for [[OSC]] recieving. | ||
}} | }} | ||
[[Category:Type]] | [[Category:Type]] | ||
[[Category:Enums]] | [[Category:Enums]] |
Latest revision as of 21:56, 6 March 2025
The HostAccessScope enum is used to control what kinds of access is allowed for a certain host desination server.