xhb-requests-0.1.0.6.2015.8.1
Graphics.XHB.Requests.Internal.Instances.Sync
Contents
Methods
requestIO :: CreateCounter -> Connection -> IO () Source #
requestIO :: DestroyCounter -> Connection -> IO () Source #
requestIO :: Await -> Connection -> IO () Source #
requestIO :: ChangeCounter -> Connection -> IO () Source #
requestIO :: SetCounter -> Connection -> IO () Source #
requestIO :: CreateAlarm -> Connection -> IO () Source #
requestIO :: ChangeAlarm -> Connection -> IO () Source #
requestIO :: DestroyAlarm -> Connection -> IO () Source #
requestIO :: SetPriority -> Connection -> IO () Source #
requestWithReplyIO :: Initialize -> Connection -> IO (IO (Either SomeError InitializeReply)) Source #
requestWithReplyIO :: ListSystemCounters -> Connection -> IO (IO (Either SomeError ListSystemCountersReply)) Source #
requestWithReplyIO :: QueryCounter -> Connection -> IO (IO (Either SomeError QueryCounterReply)) Source #
requestWithReplyIO :: QueryAlarm -> Connection -> IO (IO (Either SomeError QueryAlarmReply)) Source #
requestWithReplyIO :: GetPriority -> Connection -> IO (IO (Either SomeError GetPriorityReply)) Source #