Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandDeviceOrientationClearDeviceOrientationOverride + const CommandDeviceOrientationSetDeviceOrientationOverride + type ClearDeviceOrientationOverrideArgs struct + func (a *ClearDeviceOrientationOverrideArgs) MarshalJSON() ([]byte, error) + func (a *ClearDeviceOrientationOverrideArgs) UnmarshalJSON(b []byte) error + type ClearDeviceOrientationOverrideReply struct + func (a *ClearDeviceOrientationOverrideReply) GetFrameID() string + func (a *ClearDeviceOrientationOverrideReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ClearDeviceOrientationOverrideReply) UnmarshalJSON(b []byte) error + type SetDeviceOrientationOverrideArgs struct + Alpha float64 + Beta float64 + Gamma float64 + func (a *SetDeviceOrientationOverrideArgs) MarshalJSON() ([]byte, error) + func (a *SetDeviceOrientationOverrideArgs) UnmarshalJSON(b []byte) error + type SetDeviceOrientationOverrideReply struct + func (a *SetDeviceOrientationOverrideReply) GetFrameID() string + func (a *SetDeviceOrientationOverrideReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *SetDeviceOrientationOverrideReply) UnmarshalJSON(b []byte) error