| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
CDP.Domains.Tethering
Description
Tethering
The Tethering domain defines methods and events for browser port binding.
Synopsis
- data PTetheringUnbind = PTetheringUnbind {}
- data PTetheringBind = PTetheringBind {}
- data TetheringAccepted = TetheringAccepted {}
- pTetheringBind :: Int -> PTetheringBind
- pTetheringUnbind :: Int -> PTetheringUnbind
Documentation
data PTetheringUnbind Source #
Request browser port unbinding.
Parameters of the unbind command.
Constructors
| PTetheringUnbind | |
Fields
| |
Instances
| Eq PTetheringUnbind Source # | |
Defined in CDP.Domains.Tethering Methods (==) :: PTetheringUnbind -> PTetheringUnbind -> Bool # (/=) :: PTetheringUnbind -> PTetheringUnbind -> Bool # | |
| Show PTetheringUnbind Source # | |
Defined in CDP.Domains.Tethering Methods showsPrec :: Int -> PTetheringUnbind -> ShowS # show :: PTetheringUnbind -> String # showList :: [PTetheringUnbind] -> ShowS # | |
| ToJSON PTetheringUnbind Source # | |
Defined in CDP.Domains.Tethering Methods toJSON :: PTetheringUnbind -> Value # toEncoding :: PTetheringUnbind -> Encoding # toJSONList :: [PTetheringUnbind] -> Value # toEncodingList :: [PTetheringUnbind] -> Encoding # | |
| Command PTetheringUnbind Source # | |
Defined in CDP.Domains.Tethering Associated Types Methods commandName :: Proxy PTetheringUnbind -> String Source # fromJSON :: Proxy PTetheringUnbind -> Value -> Result (CommandResponse PTetheringUnbind) Source # | |
| type CommandResponse PTetheringUnbind Source # | |
Defined in CDP.Domains.Tethering | |
data PTetheringBind Source #
Request browser port binding.
Parameters of the bind command.
Constructors
| PTetheringBind | |
Fields
| |
Instances
| Eq PTetheringBind Source # | |
Defined in CDP.Domains.Tethering Methods (==) :: PTetheringBind -> PTetheringBind -> Bool # (/=) :: PTetheringBind -> PTetheringBind -> Bool # | |
| Show PTetheringBind Source # | |
Defined in CDP.Domains.Tethering Methods showsPrec :: Int -> PTetheringBind -> ShowS # show :: PTetheringBind -> String # showList :: [PTetheringBind] -> ShowS # | |
| ToJSON PTetheringBind Source # | |
Defined in CDP.Domains.Tethering Methods toJSON :: PTetheringBind -> Value # toEncoding :: PTetheringBind -> Encoding # toJSONList :: [PTetheringBind] -> Value # toEncodingList :: [PTetheringBind] -> Encoding # | |
| Command PTetheringBind Source # | |
Defined in CDP.Domains.Tethering Associated Types Methods commandName :: Proxy PTetheringBind -> String Source # fromJSON :: Proxy PTetheringBind -> Value -> Result (CommandResponse PTetheringBind) Source # | |
| type CommandResponse PTetheringBind Source # | |
Defined in CDP.Domains.Tethering | |
data TetheringAccepted Source #
Type of the accepted event.
Constructors
| TetheringAccepted | |
Fields
| |
Instances
| Eq TetheringAccepted Source # | |
Defined in CDP.Domains.Tethering Methods (==) :: TetheringAccepted -> TetheringAccepted -> Bool # (/=) :: TetheringAccepted -> TetheringAccepted -> Bool # | |
| Show TetheringAccepted Source # | |
Defined in CDP.Domains.Tethering Methods showsPrec :: Int -> TetheringAccepted -> ShowS # show :: TetheringAccepted -> String # showList :: [TetheringAccepted] -> ShowS # | |
| FromJSON TetheringAccepted Source # | |
Defined in CDP.Domains.Tethering Methods parseJSON :: Value -> Parser TetheringAccepted # parseJSONList :: Value -> Parser [TetheringAccepted] # | |
| Event TetheringAccepted Source # | |
Defined in CDP.Domains.Tethering | |
pTetheringBind :: Int -> PTetheringBind Source #