version 1 . ; Definitions for the internal workings of the Samsung Galaxy S7 modem driver. ; Assertion. Declares presence of a Hayes modem. ModemPresent = . ; TODO not yet properly specified InternalProtocol = any . ModemPacket = @in / @out . ; The bodies are instances of SamsungFmtMessage and SamsungRfsMessage, respectively. FmtPacket = . RfsPacket = . ; Assertion. Asks the modem to execute the given command. CommandRPC = . ; Message. Asks the modem to execute the given command, but not to send back the reply. CommandEvent = .