Rattletrap.Type.RemoteId
data RemoteId Source #
Constructors
Really only 24 bits.
Defined in Rattletrap.Type.RemoteId
Methods
parseJSON :: Value -> Parser RemoteId #
parseJSONList :: Value -> Parser [RemoteId] #
toJSON :: RemoteId -> Value #
toEncoding :: RemoteId -> Encoding #
toJSONList :: [RemoteId] -> Value #
toEncodingList :: [RemoteId] -> Encoding #
showsPrec :: Int -> RemoteId -> ShowS #
show :: RemoteId -> String #
showList :: [RemoteId] -> ShowS #
(==) :: RemoteId -> RemoteId -> Bool #
(/=) :: RemoteId -> RemoteId -> Bool #
schema :: Schema Source #
bitPut :: RemoteId -> BitPut Source #
bitGet :: Version -> U8 -> BitGet RemoteId Source #